curl --location --request GET '/store/brand/category/update/form/' \
--header 'x-token: {{x-token}}'{
"status": 0,
"message": "string",
"data": {
"rule": [
{
"type": "string",
"field": "string",
"value": 0,
"title": "string",
"props": {
"multiple": true,
"placeholder": "string",
"type": "string",
"maxLength": 0,
"title": "string",
"src": "string",
"height": "string",
"width": "string",
"modal": {
"custom-class": "string"
},
"activeValue": 0,
"inactiveValue": 0
},
"validate": [
{
"message": "string",
"required": true,
"type": "string",
"trigger": "string"
}
],
"options": [
{
"label": "string",
"value": 0
}
]
}
],
"action": "string",
"method": "string",
"title": "string",
"config": {}
}
}