Authorization: Bearer ********************
{
"globalPaused": false
}
curl --location --request PATCH 'http://127.0.0.1:9897/api/general/global' \
--header 'Content-Type: application/json' \
--data-raw '{
"globalPaused": false
}'
{"success":true,"message":"OK!","data":null}