POST
/
api
/
v1
/
user
/
update-password
curl --request POST \
  --url https://app.aptlystar.ai/api/v1/user/update-password \
  --header 'Authorization: <authorization>' \
  --header 'Content-Type: */*' \
  --data '{
  "oldPassword": "<string>",
  "newPassword": "<string>"
}'

Headers

Authorization
string
required

Body

*/*