curl --request POST \
--url https://api.example.com/payment-sessions/{id}/cancel \
--header 'Content-Type: application/json' \
--data '
{
"reason": "Some reason"
}
'"<string>"curl --request POST \
--url https://api.example.com/payment-sessions/{id}/cancel \
--header 'Content-Type: application/json' \
--data '
{
"reason": "Some reason"
}
'"<string>"