curl --location --request POST 'https://dev-api.elefin.id/bi-fast/inquiry' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"bankCode": "string",
"accountNumber": "string"
}'{
"status": "Success",
"data": {
"currency": "360",
"account_bank": "MAYAIDJA",
"acquired_id": "210974",
"type": "account-inquiry"
}
}