I am using postman collection for the Cosmos DB SQL Rest Api to fetch a document . My collection has a partition key defined but the document I am trying to fetch has no value for that key . What should I specify in the x-ms-documentdb-partitionkey header .
I have tried with values "null" and "Undefined.Value" but that didn't work .