Api\GroupController
api/groups/checktoken POST Check a token for a group id, and accept or decline the invite
post/api/groups/checktoken
Headers
Authorizationstring
Content-Typestring
Acceptstring
Request body
Example request
{
"token": "esse",
"group_id": "amet",
"decline": true
}