attributes

@PUT(value = user/attributes)
abstract fun attributes(@Body() payload: Map<String, Any>): Observable<ResponseBody>