curl --location --request GET 'https://dev-api.inwantaiwan.com/api/cms/v1/category/' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": 129,
"name": "TOP UP GAME ngubah",
"image": "https://inwantaiwan.b-cdn.net/development/1752117532771.png",
"parent_id": null,
"position": 1,
"is_featured": true,
"is_deletable": true,
"subcategory_count": 0,
"translations": [
{
"locale": "en",
"name": "TOP UP GAME ngubah"
}
]
}
}