[
    {
        "exp": 0,
        "full_stomach": 0,
        "hp": 0,
        "items": {
            "CommonContainerId": [
                {
                    "ItemId": "string",
                    "SlotIndex": 0,
                    "StackCount": 0
                }
            ],
            "DropSlotContainerId": [
                {
                    "ItemId": "string",
                    "SlotIndex": 0,
                    "StackCount": 0
                }
            ],
            "EssentialContainerId": [
                {
                    "ItemId": "string",
                    "SlotIndex": 0,
                    "StackCount": 0
                }
            ],
            "FoodEquipContainerId": [
                {
                    "ItemId": "string",
                    "SlotIndex": 0,
                    "StackCount": 0
                }
            ],
            "PlayerEquipArmorContainerId": [
                {
                    "ItemId": "string",
                    "SlotIndex": 0,
                    "StackCount": 0
                }
            ],
            "WeaponLoadOutContainerId": [
                {
                    "ItemId": "string",
                    "SlotIndex": 0,
                    "StackCount": 0
                }
            ]
        },
        "last_online": "string",
        "level": 0,
        "max_hp": 0,
        "max_status_point": 0,
        "nickname": "string",
        "pals": [
            {
                "defense": 0,
                "exp": 0,
                "gender": "string",
                "hp": 0,
                "is_boss": true,
                "is_lucky": true,
                "is_tower": true,
                "level": 0,
                "max_hp": 0,
                "melee": 0,
                "ranged": 0,
                "rank": 0,
                "skills": [
                    "string"
                ],
                "type": "string",
                "workspeed": 0
            }
        ],
        "player_uid": "string",
        "save_last_online": "string",
        "shield_hp": 0,
        "shield_max_hp": 0,
        "status_point": {
            "property1": 0,
            "property2": 0
        },
        "steam_id": "string"
    }
]curl --location --request PUT '/api/player' \
--header 'Content-Type: application/json' \
--data-raw '[
    {
        "exp": 0,
        "full_stomach": 0,
        "hp": 0,
        "items": {
            "CommonContainerId": [
                {
                    "ItemId": "string",
                    "SlotIndex": 0,
                    "StackCount": 0
                }
            ],
            "DropSlotContainerId": [
                {
                    "ItemId": "string",
                    "SlotIndex": 0,
                    "StackCount": 0
                }
            ],
            "EssentialContainerId": [
                {
                    "ItemId": "string",
                    "SlotIndex": 0,
                    "StackCount": 0
                }
            ],
            "FoodEquipContainerId": [
                {
                    "ItemId": "string",
                    "SlotIndex": 0,
                    "StackCount": 0
                }
            ],
            "PlayerEquipArmorContainerId": [
                {
                    "ItemId": "string",
                    "SlotIndex": 0,
                    "StackCount": 0
                }
            ],
            "WeaponLoadOutContainerId": [
                {
                    "ItemId": "string",
                    "SlotIndex": 0,
                    "StackCount": 0
                }
            ]
        },
        "last_online": "string",
        "level": 0,
        "max_hp": 0,
        "max_status_point": 0,
        "nickname": "string",
        "pals": [
            {
                "defense": 0,
                "exp": 0,
                "gender": "string",
                "hp": 0,
                "is_boss": true,
                "is_lucky": true,
                "is_tower": true,
                "level": 0,
                "max_hp": 0,
                "melee": 0,
                "ranged": 0,
                "rank": 0,
                "skills": [
                    "string"
                ],
                "type": "string",
                "workspeed": 0
            }
        ],
        "player_uid": "string",
        "save_last_online": "string",
        "shield_hp": 0,
        "shield_max_hp": 0,
        "status_point": {
            "property1": 0,
            "property2": 0
        },
        "steam_id": "string"
    }
]'{
    "success": true
}