Authorization: Bearer ********************{
"specificRuleIds": [
"90"
]
}curl --location --globoff 'https://web-api.blockindex.com/entity/{{entity_id}}/specific/rule/sort' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"specificRuleIds": [
"90"
]
}'{
"status": "success",
"requestId": "5245b23b-7347-ff61-9457-fc22633def88",
"data": true
}