curl --request PATCH \
--url https://api.avenia.io:8443/v2/v2/auth/change-password \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"currentPassword": "<string>",
"newPassword": "<string>",
"newConfirmPassword": "<string>"
}
'