curl --location '/emojis/groups/'{
"data": {
"emojis": [
{
"gif_url": "string",
"group_id": 0,
"id": 0,
"name": "string",
"sort_order": 0,
"source_url": "string",
"text_content": "string",
"url": "string"
}
],
"id": 0,
"is_enabled": true,
"name": "string",
"sort_order": 0,
"source": "string"
},
"meta": {
"message": "string",
"pagination": {
"has_more": true,
"limit": 0,
"next_cursor": "string",
"page": 0,
"total": 0,
"total_pages": 0
}
}
}