start

@POST(value = activity/start)
abstract fun start(@Body() payload: Map<String, Any>): Observable<ApiResponseModel.ActivityStartResponse>