Authorization: Bearer ********************{
"name": "VIP Customers"
}curl --location 'https://getrasl.io/api/v2/groups' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "VIP Customers"
}'{
"success": true,
"data": {
"id": 0,
"name": "string",
"created_at": "string",
"updated_at": "string"
},
"meta": {
"request_id": "string",
"timestamp": "string"
}
}