{
"uid": "string",
"state": "string"
}
curl --location --request POST '/api/user/switchState' \
--header 'token;' \
--header 'client;' \
--header 'Content-Type: application/json' \
--data-raw '{
"uid": "string",
"state": "string"
}'
{
"code": "string",
"message": "string"
}