USERS
Users are used to authenticate requests (i.e api keys, secrets, etc) They are simple to use, and means not every api you use is not secure.
They can be used to set custom rate limits, set allowed apis and more.
To start, create a "users" key, and after that, put the name you want for your user, you can also have multiple.
{
"users":{
"user1":{},
"user2":{}
}