curl --location --request GET 'https://dev-api.inwantaiwan.com/api/apps/v1/category?X-App-Locale=en&with_children'
{
"data": [
{
"id": 0,
"name": "string",
"image": "string",
"children": [
{
"id": 0,
"name": "string",
"image": "string"
}
]
}
]
}