resolved was readable and filterable from day one but nothing couldAuthorization: Bearer ********************curl --location --request PATCH 'https://numueg.app/api/v1/stores//reconciliation/mismatches/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"resolved": true,
"note": "string"
}'{
"success": true,
"data": {
"id": "string",
"mismatch_type": "string",
"order_number": "string",
"gateway_transaction_id": "string",
"expected_amount_cents": 0,
"actual_amount_cents": 0,
"gateway": "string",
"notes": "string",
"resolved": true,
"created_at": "string"
},
"message": "string"
}