invoke

suspend fun invoke(call: ApplicationCall)

Handles the submit plan request.

Receives the submit plan request, validates it, invokes the submit plan use case, and responds with the result. If an exception occurs, it logs the error and responds with the appropriate HTTP error response.

Parameters

call

The application call instance.