curl --location '/users' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"username": "kylekinh",
"firstName": "Kyle",
"lastName": "Kihn",
"email": "kyle.kihn@example.com",
"password": "SecurePass123!",
"phone": "+18638982053"
}'{}