Camunda API is not working

http://localhost:8080/camunda using GET call is returning 404 error.
Following is the exception reported when executed in firefox.
Can some help me to run Rest API.
Thanks in advance !!!

Whitelabel Error Page

This application has no explicit mapping for /error, so you are seeing this as a fallback.

Sat Sep 11 18:46:34 IST 2021

There was an unexpected error (type=Not Found, status=404).

U should try server:8080/engine-rest or /engine, depends on ur camunda

the correct path for Camunda REST API in a springboot application is as follows, in an example of GET incident count:
http://localhost:8080/rest/incident/count

if /rest doesnt work, maybe its configured as /engine-rest. Please, try both.

The path that @Jean_Robert_Alves mentioned is for spring boot starter versions before Camunda 7.13.

In all new versions the default path should be localhost:8080/engine-rest/