curl --location --request POST '/api/user/' \ --header 'Content-Type: application/json' \ --data-raw '{ "name": "string", "email": "user@example.com", "password": "string", "first_name": "string", "last_name": "string" }'