curl --location --request POST '/v1/core/postings//reverse' \
--header 'X-Request-Id;' \
--header 'Idempotency-Key;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"reason_code": "string",
"narration": "string"
}'{
"id": "string",
"client_ref": "string",
"uetr": "string",
"value_date": "2019-08-24",
"booking_date": "2019-08-24T14:15:22.123Z",
"state": "posted",
"entries": [
{
"account_id": "string",
"direction": "debit",
"amount": {
"currency": "BBD",
"value": "50.00"
},
"purpose_code": "string",
"remittance_info": "string"
}
],
"narration": "string"
}