Authorization: Bearer ********************
curl --location --request GET 'http://127.0.0.1:9897/api/general/global' \ --header 'Authorization: Bearer <token>'
{"success":true,"message":null,"data":{"globalPaused":false}}