Authorization: Bearer ********************curl --location 'https://numueg.app/api/v1/stores//reconciliation/runs//mismatches?resolved=' \
--header 'Authorization: Bearer <token>'{
"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"
}