curl --request POST \
--url http://localhost/api/payments/v3/bank-accounts \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"accountNumber": "<string>",
"iban": "<string>",
"swiftBicCode": "<string>",
"country": "<string>",
"metadata": {}
}
'