curl --location --request GET '/store/brand/create/form' \
--header 'x-token: {{x-token}}'
{
"status": 0,
"message": "string",
"data": {
"rule": [
{
"type": "string",
"field": "string",
"value": "string",
"title": "string",
"props": {
"multiple": true,
"placeholder": "string",
"type": "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": {}
}
}