startExploring

@POST(value = "v1/actions/explore")
abstract suspend fun startExploring(@Body body: ExploreActionDto): Response<Unit>

Initiates the process of exploring a planet.

Parameters

body

The ExploreActionDto containing information for the exploration action.