curl --request POST \
--url https://quickei.io/pay/sandbox/api/v1/payment/create \
--header 'Content-Type: application/json' \
--data '
{
"amount": 123,
"currency": "<string>",
"return_url": "<string>",
"cancel_url": "<string>",
"product_name": "<string>",
"order_number": "<string>",
"custom": "<string>"
}
'