curl --request POST \
--url https://payout-api.cashfree.com/payout/v1/bulkValidation/bankDetails \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>' \
--data '{
"bulkValidationId": "A45",
"entries": [
{
"name": "John Doe",
"bankAccount": 11020001770,
"ifsc": "HDFC0000001",
"phone": 9999912345
}
]
}'