{
"attribute_id": 0,
"description_category_id": 0,
"language": "DEFAULT",
"last_value_id": 0,
"limit": 0,
"type_id": 0
}
curl --location --request POST 'https://api-seller.ozon.ru/v1/description-category/attribute/values' \
--header 'Client-Id;' \
--header 'Api-Key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"attribute_id": 0,
"description_category_id": 0,
"language": "DEFAULT",
"last_value_id": 0,
"limit": 0,
"type_id": 0
}'
{
"has_next": true,
"result": [
{
"id": 0,
"info": "string",
"picture": "string",
"value": "string"
}
]
}