curl --location --request POST '/api/v1/bank/add-fiat-accounts' \
--header 'x-api-key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"customerId": "8X2m7_116",
"fiatAccount": "1234567890",
"ifsc": "SBIN0123456"
}'
{
"status": 1,
"code": 200,
"data": {
"bankUrl": "https://test.onramp.money/onramp-circle/main/profile/bank-accounts/?appId=711752&kybData=FlQGDFoyEigWOzxDSUlAbgoQAyY1GwA",
"customerId": "w6Rc2asJSU_1094"
}
}