curl --location -g --request POST 'https://end2endpay.com/wallet_service/api/v1/e2e-ipg/payment/ussd/init' \
--header 'x-api-key;' \
--header 'access-token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"client_ref": "string",
"txnType": "USSD_PAY",
"payerEmail": "string",
"amount": "string",
"currency": "NGN",
"bankCode": "string"
}'{}