Authorization: Bearer ********************{
"name": "Referral"
}curl --location --request POST 'https://getrasl.io/api/v1//groups' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Referral"
}'{
"status": "success",
"data": [
{
"id": 19,
"tenant_id": 13,
"name": "VIP Customers",
"contact_count": 25,
"created_at": "2024-02-08T10:00:00.000000Z",
"updated_at": "2024-02-08T10:00:00.000000Z"
},
{
"id": 18,
"tenant_id": 13,
"name": "Newsletter Subscribers",
"contact_count": 150,
"created_at": "2024-02-07T09:30:00.000000Z",
"updated_at": "2024-02-07T09:30:00.000000Z"
}
],
"meta": {
"current_page": 1,
"total": 10,
"per_page": 15,
"last_page": 1
}
}