session: ********************New-Api-User: ********************Authorization: ********************New-Api-User: ********************{
"id": 0,
"action": "disable"
}curl --location --request POST '/api/user/manage' \
--header 'New-Api-User: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"action": "disable"
}'