curl --location '/orders//unithistory?page=1' \
--header 'Authorization: Bearer <token>'{
"offset": 0,
"limit": 50,
"count": 1,
"data": [
{
"order": {
"id": 2130
},
"product": {
"id": 2602
},
"productOption": {
"id": 336
},
"productSize": {
"id": 23
},
"increase": {
"value": null
},
"decrease": {
"value": 94.42
},
"isOfferGift": false,
"isPromotional": true,
"ruleType": 2,
"description": "Regra de preço da classificação de cliente #1",
"executionOrder": 1
}
]
}