POST
/
create-account
curl --request POST \
  --url http://dolphinflashcards.com/api/create-account \
  --header 'Content-Type: application/json' \
  --data '{
  "userID": "user1",
  "displayName": "sampleName"
}'
[
  200
]

Body

application/json

Response

200
application/json

OK. Returned when the request is successfully executed.

Example:

200