create

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