Authorization: Bearer ********************curl --location --request GET 'https://api.servebolt.io/v1/environments//statistics' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'{
    "data": {
        "id": 1785,
        "type": "environment_statistics",
        "attributes": {
            "httpErrors": 0,
            "slowDbQueries": 0
        }
    }
}