Common Errors

411 (Length Required): Failure to send json file with a post

405 (method not allowed): Most likely caused by using a post instead of a get or vice versa

403 Forbidden: Most likely caused by not including the correct authentication token

401 Unauthorized: Most likely caused by not including the correct authentication token

200 (empty json): Either the data you are looking for does not exist (ie looking for currently joined contests but you are not in any contests) or the endpoint simply returns a success rather than specific data