curl --location --request POST 'https://online-banking.originalaccounts.com/customers//card_accounts//create_mobile_wallet_provisioning_request' \
--header 'Idempotency-Key;' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"wallet_provider": "apple_pay",
"apple_pay": {
"encoding": "string",
"leaf_cert": "string",
"subordinate_cert": "string",
"nonce": "string",
"nonce_signature": "string"
},
"google_pay": {
"client_wallet_account_id": "string",
"client_device_id": "string"
}
}'