/options/{symbol}/snapshot/history.{
"symbol": "string",
"from_date": "string",
"to_date": "string",
"fields": [
"string"
],
"expiry_filter": "string",
"snapshots": [
{
"snapshot_date": "string",
"fields": {
"property1": "string",
"property2": "string"
}
}
]
}