{
"attrs": [
{
"value": "string",
"detail": [
"string"
],
"details": [
{
"name": "string",
"select": true
}
]
}
],
"product_type": 0
}
curl --location --request POST '/store/product/get_attr_value/0' \
--header 'x-token: {{x-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"attrs": [
{
"value": "string",
"detail": [
"string"
],
"details": [
{
"name": "string",
"select": true
}
]
}
],
"product_type": 0
}'
{}