curl --location --request POST 'https://dev-api.inwantaiwan.com/api/cms/v1/category' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"translations": [
{
"locale": "en",
"name": "Test"
}
],
"image": "http://via.placeholder.com/100",
"parent_id": null
}'
{
"data": {}
}