curl --location --request GET 'https://api.uat.tacra.market/info/static/rule' \
--header 'x-api-admin: <api-key>'{
"success": true,
"message": "string",
"body": [
{
"ruleCategoryID": "string",
"ruleCategorySlug": "string",
"ruleIndex": 0,
"ruleCategoryName": {
"TH": "string",
"EN": "string"
},
"ruleCategoryContent": [
{
"ruleID": "string",
"ruleContent": {
"TH": "string",
"EN": "string"
},
"ruleIndex": 0,
"ruleShow": true
}
]
}
]
}