cURL
curl --request POST \ --url https://next-fast-turbo-api.vercel.app/api/v1/users/create \ --header 'Content-Type: application/json' \ --data '{ "forename": "<string>", "surname": "<string>", "email": "jsmith@example.com" }'
{ "id": "<string>", "forename": "<string>", "surname": "<string>", "email": "jsmith@example.com" }
Craete a new user.
Args:
Returns:
Successful Response
Was this page helpful?