post https://api.rocket.net/v1/users
Create new user.
Log in to see full request history
Responses
Create new user.
xxxxxxxxxx
curl --request POST \
--url https://api.rocket.net/v1/users \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"twofactor_required": false
}
'
Try It!
to start a request and see the response here! Or choose an example: