Create a new user account.
curl --request POST \ --url http://dolphinflashcards.com/api/create-account \ --header 'Content-Type: application/json' \ --data '{ "userID": "user1", "displayName": "sampleName" }'
[ 200 ]
OK. Returned when the request is successfully executed.
200