curl --location 'https://api.tosspayments.com/v1/virtual-accounts' \
--header 'Authorization: BASIC ...' \
--header 'Content-Type: application/json' \
--data '{
"amount": 100,
"bank": "88",
"customerName": "test",
"orderId": "123123139999999",
"orderName": "test123"
}'
curl --location 'https://api.tosspayments.com/v1/virtual-accounts' \
--header 'Authorization: BASIC ...' \
--header 'Content-Type: application/json' \
--data '{
"amount": 100,
"bank": "88",
"customerName": "test",
"orderId": "123123139999999",
"orderName": "test123"
}'