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