reconciliation-service. See request body schema and response model for field-level validation.reconciliation:run. Gateway timeout: 120s.Authorization: ********************curl --location '/v1/admin/reconciliation/runs' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"property1": "string",
"property2": "string"
}'{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"run_date": "2019-08-24",
"provider_id": "string",
"currency": "string",
"status": "running",
"finance_transfer_count": 0,
"emi_line_count": 0,
"discrepancy_count": 0,
"started_at": "2019-08-24T14:15:22.123Z",
"completed_at": "2019-08-24T14:15:22.123Z",
"error_message": "string"
}