cURL
curl --request PATCH \ --url http://dolphinflashcards.com/api/update-invite-status \ --header 'Content-Type: application/json' \ --data '{ "jwtToken": "<string>", "questId": "<string>", "status": "accepted" }'
{ "message": "User status updated" }
Update the status of a quest invite (accept, decline, etc).
User status updated.
The response is of type object.
object