curl --location -g --request GET 'https://dev-api.inwantaiwan.com/api/cms/v1/category/28/subcategories?filter[search]&page&limit' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>'
{
"data": [
{
"id": 139,
"name": "ALL Test123",
"image": "http://via.placeholder.com/100",
"parent_id": 138,
"position": 1,
"is_featured": false,
"is_deletable": true,
"subcategory_count": 0,
"translations": [
{
"locale": "en",
"name": "ALL Test123"
},
{
"locale": "id",
"name": "Semua IDTest"
}
]
}
]
}