curl --location --request POST '/store/product/unbind?type=&date=' \
--header 'x-token: {{x-token}}' \
--form 'value_id=""' \
--form 'library_id=""'
{
"status": 0,
"message": "string",
"data": [
{
"name": "string",
"value": "string"
}
]
}