curl --location --request PATCH 'https://api.gwid.io/api/v1/auth/change-password' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"current_password": "string",
"new_password": "string"
}'{}