cURL
curl --request POST \ --url https://api-dev.withflock.com/rewards/trigger \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "externalUserId": "<string>", "rewardFor": [ "self", "referral_partner" ], "environment": "production" }'
[ { "id": "<string>" } ]
The response is of type object[].
object[]