POST
/
users
/
otp
/
change-password
curl --request POST \
  --url https://cloud.local.wirtual.dev/api/v2/users/otp/change-password \
  --header 'Content-Type: application/json' \
  --data '{
  "email": "jsmith@example.com",
  "one_time_passcode": "<string>",
  "password": "<string>"
}'

Body

application/json
Change password request
email
string
required
one_time_passcode
string
required
password
string
required