{
"paymentAttemptId": "string",
"checkoutToken": "string"
}curl --location --request POST 'https://platform.shopranos.eu/api/payments/Nexi/cancel' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"paymentAttemptId": "string",
"checkoutToken": "string"
}'