curl --location --request PUT '/api/user/' \ --header 'Content-Type: application/json' \ --data-raw '{ "name": "string", "first_name": "string", "last_name": "string", "two_factor": true }'