Authorization: Bearer ********************curl --location --request PUT 'https://api.edara.io/v/stockItems/DynamicProperties/' \
--header 'Authorization: Bearer <token>'{
"status_code": 0,
"error_message": "string",
"result": {
"id": 0,
"name": "string",
"code": "string",
"values": [
{
"id": 0,
"value": "string",
"code": "string"
}
]
},
"total_count": 0
}