curl --location --request GET '/v1/products/watches/9ea50d84-1f2c-4cce-aec9-c86d8d01fc8b/histories' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json'{
"watch_id": "9e838778-c642-4461-b8d8-bcab87889a91",
"name": "Nike Shoe Price Drop Watch",
"target_id": "8099982740095203709",
"histories": [
{
"watch_id": "uuid-uuid-uuid-uuid",
"id": "uuid-uuid-uuid-uuid",
"changes": [
{
"field": "final_price",
"old_value": 199,
"new_value": 149
}
],
"notified_at": "2025-02-19T15:30:45Z"
}
],
"meta": {
"total_events": 0,
"page_size": 15,
"page": 1,
"trace_id": "0195ce1a-6899-70ab-b213-738733bb8b08"
}
}