firmwareUpdated

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