curl --request POST \
--url https://api.icepanel.io/v1/user/{userId}/verify-email \
--header 'Verification-Token: <verification-token>'
{
"authToken": "<string>"
}
curl --request POST \
--url https://api.icepanel.io/v1/user/{userId}/verify-email \
--header 'Verification-Token: <verification-token>'
{
"authToken": "<string>"
}
OK
The response is of type object
.