curl --request POST \
--url https://api.dooki.com.br/v2/{alias}/catalog/groups \
--header 'Content-Type: application/json' \
--header 'User-Secret-Key: <api-key>' \
--header 'User-Token: <api-key>' \
--data '{
"name": "<string>",
"products_ids": [
123
]
}'