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