Authorization: Bearer ********************{
"enable": true
}curl --location --globoff 'https://web-api.blockindex.com/entity/{{entity_id}}/specific/rule//changeEnable' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"enable": true
}'{
"status": "success",
"requestId": "fe573b27-a98c-e9b7-cf3c-3f4ce6b664d7",
"data": true
}