curl --request GET \ --url 'http://localhost:2003/api/v1/health'
{ "success": true, "data": "ok" }
Check if the API server is running
Successful response
The response is of type object.
object