Authorization: Bearer ********************
curl --location --request GET 'https://dev-api.inwantaiwan.com/api/apps/v1/category/featured' \
--header 'X-App-Locale: en' \
--header 'Authorization: Bearer <token>'
{
"data": [
{
"id": 0,
"name": "string",
"image": "string"
}
]
}