> The authentication token must be set inside the `Authorization` header of each request except for the `GET` method which does not require you to be authenticated.
-`POST /<some-url>` to set a new tiny-url for the url `<some-url>` to redirect to the FORM variable named `target`. Also you can send the FORM data as _x-www-form-urlencoded_, _form-data_ or _json_.
-`PUT /<some-url>` to update an existing tiny-url for the url `<some-url>` to redirect to the FORM variable named `target`.
-`DELETE /<some-url>` to delete the tiny-url for `<some-url>`.