curl --request POST \
--url https://api.example.com/api/v1/bila/transfer-recipients/bank-account \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"accountNumber": "1234567890",
"bankId": "bank-001",
"accountName": "John Doe",
"country": "zm"
}
'