POST
/
user
/
reset-password
curl --request POST \
  --url https://api.icepanel.io/v1/user/reset-password \
  --header 'Content-Type: application/json' \
  --data '{
  "email": "<string>"
}'
{}

Body

application/json
email
string
required

Response

200
application/json
OK

The response is of type object.