Update password
Update password for the user, a logto-verification-id in header is required for checking sensitive permissions.
POST
/api/my-account/password
curl \
--request POST https://[tenant_id].logto.app/api/my-account/password \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"password":"string"}'
Request examples
{
"password": "string"
}