curl --location --request POST '/api/v1/merchants/payment-accounts' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"currency_code": "NGN",
"account_type": "bank_account",
"is_primary": false,
"account_number": "8061693852",
"bank_name": "Moniepoint",
"account_holder_name": "Adam Umar"
}'{}