Authorization: ********************
curl --location --request POST '/api/v1/auth/invite//cancel' \ --header 'Authorization: Bearer <token>'
{ "success": true, "error": null, "data": { "cancelled": true } }