UploadIntent(Upload Intent)
Provides the instructions a client must follow to upload a file (e.g., a document). Includes a upload URL and mandatory request headers.
{
"url": "http://example.com",
"headers": {
"property1": "string",
"property2": "string"
}
}