curl --request PATCH \
--url https://api.icepanel.io/v1/user/{userId}/reset-password \
--header 'Content-Type: application/json' \
--header 'Reset-Token: <reset-token>' \
--data '{
"password": "<string>"
}'
{
"authToken": "<string>"
}
curl --request PATCH \
--url https://api.icepanel.io/v1/user/{userId}/reset-password \
--header 'Content-Type: application/json' \
--header 'Reset-Token: <reset-token>' \
--data '{
"password": "<string>"
}'
{
"authToken": "<string>"
}
OK
The response is of type object
.