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