curl --location --request GET 'https://dev-api.inwantaiwan.com/api/cms/v1/home/featured/category' \
--header 'Accept: application/json'
{
"data": [
{
"id": 0,
"position": 0,
"category": {
"id": 0,
"image": "string",
"name": "string",
"subcategory_count": 0
}
}
]
}