curl --request GET \
--url https://api.cozmox.cloud/v1/nebula/hello \
--header 'x-api-key: <api-key>'{
"message": "Hello, world!"
}This operation allows you get a hello message
curl --request GET \
--url https://api.cozmox.cloud/v1/nebula/hello \
--header 'x-api-key: <api-key>'{
"message": "Hello, world!"
}