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