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