Authorization: Bearer ********************curl --location --request PUT '/users/' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Hard Drive",
"email": "willsmith@bowmanfurniture.com",
"role_id": "982000000006005",
"cost_rate": 0
}'{
"code": 0,
"message": "The user information has been updated."
}