curl --request POST \
--url https://gateway.architect.exchange/api/change-password \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"password": "<string>",
"username": "<string>",
"totp": "<string>"
}
'