curl --location --request GET '/user/feedback/category/create/form' \
--header 'x-token: {{x-token}}'{
"status": 0,
"message": "string",
"data": {
"rule": [
"string"
],
"action": "string",
"method": "string",
"title": "string"
}
}