Authorization: Bearer ********************curl --location --request GET 'https://getrasl.io/api/v1//groups/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'{
"status": "success",
"data": {
"id": 19,
"tenant_id": 13,
"name": "group2",
"created_at": "2025-07-14T06:53:01.000000Z",
"updated_at": "2025-07-14T06:53:01.000000Z"
}
}