Authorization: Bearer ********************
{ "companyId": "CEK0TCW2W8", "event": "REFERRAL_EVENT", "requestId": "COIN_REQ1234567", "userId": "EKQZVMQK"}
curl --location --request POST 'https://test.your-api-server.com/api/v0/enkash-coins/allocate-coin' \ --header 'authorization: Bearer oBPOndfOxpjOvReBnipyNdUuqB4' \ --header 'Content-Type: application/json' \ --data-raw '{ "companyId": "CEK0TCW2W8", "event": "REFERRAL_EVENT", "requestId": "COIN_REQ1234567", "userId": "EKQZVMQK"}'
{"payload":"Successfully allocated enkash Coins","response_code":0,"response_message":"Success"}