Authorization: Bearer ********************{
"id": 1024,
"status": 1
}curl --location --request PUT '/system/user/update-status' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1024,
"status": 1
}'{
"code": 0,
"data": false,
"msg": ""
}