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.
JWT token for authentication.
The ID of the quest.
The ID of the user being invited.
User invited.
"User invited"