groups:delete
message: "Group deleted successfully"
Authorization: Bearer ********************
curl --location --request DELETE 'https://getrasl.io/api/v2/groups/' \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": {}, "meta": { "request_id": "string", "timestamp": "string" } }