cURL
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" }
Invite another user to participate in a quest.
User invited.
The response is of type object.
object