curl --location --request GET 'https://test.pro.wuht.net/adminapi/live/anchor/add/1' \
--header 'authori-zation: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJ0ZXN0LnByby53dWh0Lm5ldCIsImF1ZCI6InRlc3QucHJvLnd1aHQubmV0IiwiaWF0IjoxNjQ5NzQ2MjAyLCJuYmYiOjE2NDk3NDYyMDIsImV4cCI6MTY1MDM1MTAwMiwianRpIjp7ImlkIjoxLCJ0eXBlIjoiYWRtaW4ifX0.-xDXOdYfBNsu3IqF3nMO_E_fop2lxkwNw25fdQpzGVQ'
{
"status": 0,
"msg": "string",
"data": {
"rules": [
{
"type": "string",
"field": "string",
"value": 0,
"title": "string",
"props": {
"type": "string",
"placeholder": "string",
"maxlength": 0,
"maxLength": 0,
"title": "string",
"src": "string",
"icon": "string",
"width": "string",
"height": "string"
},
"validate": [
{
"message": "string",
"required": true,
"type": "string",
"trigger": "string"
}
]
}
],
"title": "string",
"action": "string",
"method": "string",
"info": "string",
"status": true
}
}