I'm using the `file_requests_create` method from the Python SDK to create individualized file requests in a letter writing project for a class of mine. Right now, I have a Dropbox app called "Endurance-Test" (the final one will just be "Endurance"), and I want it to say "MIT Endurance wants you to add files" instead of "Daniel Cunningham wants you to add files" when users open their file request link. How can I achieve this using the SDK, or is it even possible? I want the file_request request to be associated with the application, not my individual account. I'm able to modify the title of the request though...
