curl --location 'https://api.tosspayments.com/v1/payments/tpind20250224145350dXRt1/cancel' \
--header 'Content-Type: application/json' \
--header 'Authorization: {authKey}' \
--data '{
"cancelReason": "고객 변심",
"cancelAmount": 5,
"currency": "USD"
}'
curl --location 'https://api.tosspayments.com/v1/payments/tpind20250224145350dXRt1/cancel' \
--header 'Content-Type: application/json' \
--header 'Authorization: {authKey}' \
--data '{
"cancelReason": "고객 변심",
"cancelAmount": 5,
"currency": "USD"
}'