curl --request POST \
--url https://apay.yonobi.io/payments/h2h/43 \
--header 'Content-Type: application/json-patch+json' \
--data '
{
"name": "<string>",
"amount": 1,
"unit": "<string>",
"email": "[email protected]",
"phoneNumber": "<string>",
"address": "<string>",
"city": "<string>",
"state": "<string>",
"postalCode": "<string>",
"country": "<string>",
"referenceId": "<string>",
"notifyUrl": "<string>",
"successUrl": "<string>",
"failureUrl": "<string>",
"originDomain": "<string>",
"ipAddress": "<string>"
}
'