It's my first time writing a documentation intended for a public API use, so don't expect much.
All API is intended for the client to use, so there are no API keys for now since you probably should let the client connect and not a third party.
Handles the login and register of accounts.
Accepts only Post requests with the following parameters:
The response will be a JSON with a single key "status" and the status of the action. If all is good it's 201.