Authorization: Bearer ********************curl --location --request POST '/identity/client//user' \
--header 'Content-Type: application/json' \
--data-raw '{
"user_name": "string",
"email": "string",
"client_id": 0,
"role": "string",
"password": "string",
"first_name": "string",
"last_name": "string",
"disabled": true
}'null