curl --request POST \
--url https://demoapi.saasphereltd.com/api/v1/virtual-payment/get-temporary-vaccount \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"reference": "architecto",
"amount": 4326.41688
}
'