{ "observation": "string", "attachments": [ "string" ] }
curl --location --request POST '/v1/chargebacks/01JKWCB0000000000000000001/appeal' \ --header 'X-Api-Key: {{apiKey}}' \ --header 'X-Api-Secret: {{apiSecret}}' \ --header 'Content-Type: application/json' \ --data-raw '{ "observation": "string", "attachments": [ "string" ] }'
{ "success": true }