Http request

POST /photo/search/v2/allRecords?size=2&page=3 HTTP/1.1
Content-Type: application/json;charset=UTF-8
collection-id: mycoll_id
Authorization: Token 1af538baa90-----XXX-----baf83ff24
Host: api.ximilar.com
Content-Length: 166

{
  "delete_file_after" : true,
  "fields_to_return" : [ "*" ],
  "filter" : {
    "$gte" : {
      "price" : 200
    }
  },
  "output_file_name" : "some-file.json"
}