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