curl --location -g --request GET 'https://dev-api.inwantaiwan.com/api/cms/v1/category?filter[search]=&page=&limit=&order=asc | desc' \
--header 'Accept: application/json' \
--header 'Authorization: 239|kG4OTKNjeGKfso4PPtIq8QHZ0UqydsT7tcz9ouVAe077b965239|kG4OTKNjeGKfso4PPtIq8QHZ0UqydsT7tcz9ouVAe077b965'
{
"data": [
{
"id": 0,
"name": "string",
"image": "string",
"subcategory_count": 0,
"is_featured": true
}
]
}