curl --location --request POST 'https://app.gotreek.com/api/orders//items//verify' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"order_item_sku": "string"
}'{
"data": {
"order_id": 50173,
"item_id": 72896,
"match": true,
"item": {
"id": 72896,
"order_id": 50173,
"name": "غطاء أيفون 15",
"sku": "sk0111",
"quantity": 2,
"weight": 0,
"weight_unit": null,
"price": 7550,
"total_price": null,
"tax": null,
"currency": "SAR",
"created_at": "2025-12-26T09:18:05.000000Z",
"updated_at": "2025-12-26T09:30:13.000000Z",
"verification_status": "verified",
"verified_at": "2025-12-26T09:30:13.644736Z",
"verified_by": 33,
"wrong_attempts": 1,
"verification_note": null
},
"summary": {
"total": 2,
"verified": 1,
"pending": 1,
"mismatch": 0
},
"can_confirm": false
},
"message": "تم تأكيد العنصر."
}