curl --request GET \
--url https://api.breakcold.com/rest/me \
--header 'X-API-KEY: <api-key>'
"<any>"
curl --request GET \
--url https://api.breakcold.com/rest/me \
--header 'X-API-KEY: <api-key>'
"<any>"
Successful response
The response is of type any
.