curl --location 'https://api.tosspayments.com/v1/payments' \
--header 'Content-Type: application/json' \
--header 'Authorization: Basic *****************' \
--data '{
"orderId": "03f3cc43-****-4e99-93ef-74cdcb3e444b",
"orderName": "테스트 이용권",
"amount": 3000,
"method": "카드",
"successUrl": "http://localhost:3001/payment/success?start=2025-05-11T16:00:00.000Z&end=2025-05-11T16:30:00.000Z",
"failUrl": "http://localhost:3001/payment/fail?ticketPlanId=*********"
}'
curl --location 'https://api.tosspayments.com/v1/payments' \
--header 'Content-Type: application/json' \
--header 'Authorization: Basic *****************' \
--data '{
"orderId": "03f3cc43-****-4e99-93ef-74cdcb3e444b",
"orderName": "테스트 이용권",
"amount": 3000,
"method": "카드",
"successUrl": "http://localhost:3001/payment/success?start=2025-05-11T16:00:00.000Z&end=2025-05-11T16:30:00.000Z",
"failUrl": "http://localhost:3001/payment/fail?ticketPlanId=*********"
}'