cURL
curl --request POST \ --url http://dolphinflashcards.com/api/create-account \ --header 'Content-Type: application/json' \ --data '{ "userID": "user1", "displayName": "sampleName" }'
[ 200 ]
Create a new user account.
A unique identifier to be assigned to the new user.
"user1"
A unique name or title for the new user.
"sampleName"
OK. Returned when the request is successfully executed.
200
Show child attributes