Authorization: Bearer ********************curl --location --request GET 'https://mock.apidog.com/m1/463678-0-default/packing-contents/' \
--header 'Authorization: Bearer <token>'{
"id": 1,
"deletedAt": "2019-08-24T14:15:22.123Z",
"title": "string",
"titleCn": "string",
"packingType": {
"title": "string",
"isMultipleChoice": false
},
"unit": {
"title": "string"
},
"packingRates": [
{
"currency": {
"title": "string",
"code": "string",
"symbol": "string",
"codeMoex": "string"
},
"price": 0
}
]
}