Authorization: Bearer ********************curl --location 'https://numueg.app/api/v1/stores//reconciliation/runs?skip=&limit=' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": [
{
"id": "string",
"gateway": "string",
"period_start": "string",
"period_end": "string",
"status": "string",
"total_orders_checked": 0,
"total_transactions_checked": 0,
"mismatches_found": 0,
"expected_amount_cents": 0,
"actual_amount_cents": 0,
"variance_cents": 0,
"completed_at": "string",
"created_at": "string"
}
],
"message": "string"
}