curl --request POST \
--url https://api.icepanel.io/v1/user/auth/anonymous
{
"authToken": "<string>",
"userId": "<string>"
}
curl --request POST \
--url https://api.icepanel.io/v1/user/auth/anonymous
{
"authToken": "<string>",
"userId": "<string>"
}
OK
The response is of type object
.