curl --location --request PUT '/user/' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"username": "string",
"firstName": "string",
"lastName": "string",
"email": "string",
"password": "string",
"phone": "string",
"userStatus": 0
}'
{}