POST
/
invite-to-quest
curl --request POST \
  --url http://dolphinflashcards.com/api/invite-to-quest \
  --header 'Content-Type: application/json' \
  --data '{
  "jwtToken": "<string>",
  "questId": "<string>",
  "invitedId": "<string>"
}'
{
  "message": "User invited"
}

Body

application/json

Response

200
application/json

User invited.

The response is of type object.