{
"token": "string",
"payerID": "string",
"isCancelled": true
}
curl --location --request POST 'https://platform.shopranos.eu/api/payments/PayPal/finalize' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "string",
"payerID": "string",
"isCancelled": true
}'
{}