Authorization: Bearer ********************
curl --location -g --request GET 'https://mock.apidog.com/m1/463678-0-default/packing-contents?page&pagination&exists[deletedAt]&fields[]=fields[]=id&packingType.id[]=1&packingType.id[]=2'
{
"data": [
{
"deletedAt": "2019-08-24T14:15:22Z",
"id": 1,
"title": "string",
"packingType": {
"deletedAt": "2019-08-24T14:15:22Z",
"id": 1,
"title": "string",
"isMultipleChoice": false
},
"unit": {
"deletedAt": "2019-08-24T14:15:22Z",
"id": 1,
"title": "string"
},
"packingRates": [
{
"currency": {
"deletedAt": "2019-08-24T14:15:22Z",
"id": 1,
"title": "string",
"code": "string",
"symbol": "string",
"codeMoex": "string"
},
"price": 0
}
],
"titleCn": "string"
}
],
"pagination": {
"first": 1,
"current": 1,
"last": 1,
"previous": 1,
"next": 1,
"total": 0
}
}