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