Error index
All endpoints can return an error message in the following format:
ResponseStatus{
        message:        string
        requestId:      string
        status:         Enum: [ OK, ERROR ]
}
All endpoints can return an error message in the following format:
ResponseStatus{
        message:        string
        requestId:      string
        status:         Enum: [ OK, ERROR ]
}