curl --request POST \
--url https://api-dev.withflock.com/rewards/trigger \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"customerExternalId": "<string>",
"mode": "<string>",
"environment": "production",
"campaignId": "<string>"
}'