Authorization: ********************curl --location --request POST 'https://api.jokoor.com/v1/sms/groups' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"description": "string"
}'{
"data": {
"id": "string",
"name": "string",
"description": "string",
"contact_count": 0,
"created_at": "2019-08-24T14:15:22Z"
}
}