Create a new user account.
curl --request POST \ --url http://dolphinflashcards.com/api/sign-in \ --header 'Content-Type: application/json' \ --data '{ "userID": "user1", "rawAccessToken": "test", "accessToken": "duh32*£dh", "idToken": "eu26bdj7s..." }'
{ "success": true, "token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..." }
The response is of type object.
object