Authorization: Bearer ********************
{ "beneficiaryAccountNumber": "IOTwwQhA", "customerRequestId": "string", "beneficiaryIfscCode": "xcHx00qt60T", "pennyLess": true }
curl --location --request POST 'https://ekpayout-uat.enkash.in/api/v0/pennyDrop' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "beneficiaryAccountNumber": "IOTwwQhA", "customerRequestId": "string", "beneficiaryIfscCode": "xcHx00qt60T", "pennyLess": true }'