For now, we returning errors just like: `{"error":"string"}`, improve errors structures to something like: ```json {"error":{"type":"forbidden", "message":"Request not allowed"}} ```