cURL
curl --request POST \ --url https://api.example.com/v1/user/register \ --header 'Content-Type: application/json' \ --data ' { "email": "<string>", "username": "<string>", "password": "<string>", "slackCode": "<string>" } '
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Create a user with a registration form
Successful Response