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