Authorization: Bearer ********************{
"applicant_id": "f09c1ff4-aa1d-4176-b84d-58a63ec35df0",
"account_no": 50100213534535,
"ifsc": "HDFC0004711",
"account_holder_name": "Raj Ankur Singh",
"is_for_nach": true
}curl --location --request POST 'https://preprod.api.crego.io/v1/crm/banks/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"applicant_id": "f09c1ff4-aa1d-4176-b84d-58a63ec35df0",
"account_no": 50100213534535,
"ifsc": "HDFC0004711",
"account_holder_name": "Raj Ankur Singh",
"is_for_nach": true
}'{}