curl --location --request POST 'https://digitvirtual-dev.digitvant.com/api/v1/checkout/create-account' \
--header 'accept: */*' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"paymentReference": "string",
"prefix": "string",
"validity": 0,
"amount": 0
}'{}