curl --location --request GET 'https://api.dojapay.com/api/v1/virtual-account/details/' \
--header 'Authorization: Bearer <token>'{
"success": true,
"code": "string",
"message": [
"string"
],
"data": {
"account_number": "string",
"account_name": "string",
"bank_name": null,
"status": "string",
"created_at": "string"
},
"errors": null,
"reference": "string",
"timestamp": "string"
}