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 \
-X POST https://[tenant_id].logto.app/api/my-account/password \
-H "Authorization: Bearer $ACCESS_TOKEN" \
-H "Content-Type: application/json" \
-d '{"password":"string"}'
Request examples
{
"password": "string"
}