curl --request POST \
--url https://api.zenobank.io/api/v1/stores/providers/binance-pay \
--header 'Content-Type: application/json' \
--header 'x-api-key: <x-api-key>' \
--data '
{
"apiKey": "your-api-key",
"apiSecret": "your-api-secret",
"accountId": "your-account-id"
}
'