Hi! I am trying to see if it would be possible to programmatically create a new platform via the Appwrite API? I am using Appwrite 1.6.x and it seems I am missing a scope for my API key called "projects.write" that isn't a part of the scopes that I can select from the Appwrite console. Is there currently a way to handle it programmatically and not adding a platform via the console or the CLI?
TL;DR
The developer wants to know if they can add a new platform via the Appwrite API from a python server running 1.6.x, but they are missing the necessary scope "projects.write" for their API key. They are looking for a way to handle this programmatically and avoid using the console or CLI.