{ "file": "string" }
curl --location --request POST '/v1/chargebacks/01JKWCB0000000000000000001/appeal/upload' \ --header 'X-Api-Key: {{apiKey}}' \ --header 'X-Api-Secret: {{apiSecret}}' \ --header 'Content-Type: application/json' \ --data-raw '{ "file": "string" }'
{ "data": { "url": "https://cdn.aurepay.com.br/v1/static/chargeback/01KJW0A1B2C3D4E5F6G7H8J9K0/abc.png" }, "success": true }