Authorization: Bearer ********************curl --location --request POST 'https://api.edara.io/v/stockItems/DynamicProperties/FindBy' \
--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
}