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