curl --location --request POST 'https://dev-api.inwantaiwan.com/api/cms/v1/home/featured/category' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data-raw '{
"category_ids": [1, 2, 3, 4]
}'
{
"data": {}
}