curl --request POST \
--url https://api.dooki.com.br/v2/{alias}/catalog/flags/{id}/products \
--header 'Content-Type: application/json' \
--header 'User-Secret-Key: <api-key>' \
--header 'User-Token: <api-key>' \
--data '
{
"products_ids": [
1,
2,
3,
4,
5
]
}
'