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