How can I dynamically add words into personal dictionary while sending a text request to language tool api?

My request is this;
pylanguagetool.api.check(row,api_url=‘https://https://languagetool.org/api/v2/’, lang=‘de-DE’)

but the problem is that the text contains the Names of persons and the languagetool is taking the names as a potential spelling error.