curl --location --request GET '/api/player'[
    {
        "exp": 0,
        "full_stomach": 0,
        "hp": 0,
        "last_online": "string",
        "level": 0,
        "max_hp": 0,
        "max_status_point": 0,
        "nickname": "string",
        "player_uid": "string",
        "save_last_online": "string",
        "shield_hp": 0,
        "shield_max_hp": 0,
        "status_point": {
            "property1": 0,
            "property2": 0
        },
        "steam_id": "string"
    }
]