{
"is_enabled": true,
"name": "string",
"sort_order": 0,
"source": "string"
}curl --location '/admin/emojis/groups' \
--header 'X-CSRF-Token;' \
--header 'Content-Type: application/json' \
--data '{
"is_enabled": true,
"name": "string",
"sort_order": 0,
"source": "string"
}'{
"data": {
"id": 0
},
"meta": {
"message": "string",
"pagination": {
"has_more": true,
"limit": 0,
"next_cursor": "string",
"page": 0,
"total": 0,
"total_pages": 0
}
}
}