curl --location '/appeals' \
--header 'Idempotency-Key;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"transaction_id": "string",
"amount": "string",
"currency": "string",
"attachments": [
{
"type": "string",
"name": "string",
"url": "string"
}
],
"metadata": {}
}'{
"data": {
"id": "string",
"transaction_id": "string",
"requested": {
"amount": "string",
"currency": "string"
},
"resolved": {
"amount": "string",
"currency": "string"
},
"attachments": [
{
"type": "string",
"name": "string",
"url": "string"
}
],
"status": "string",
"reason_code": "string",
"created_at": "string",
"finalized_at": "string",
"metadata": {}
}
}