curl --request GET \ --url 'http://localhost:2003/api/v1/check' \ --header 'x-api-key: <your-api-key>'
{ "success": true, "data": "ok" }
Verify if your API key is valid
Successful response
The response is of type object.
object