Curl request
$ curl 'https://api.ximilar.com/photo/search/v2/get' -i -X POST \
-H 'Content-Type: application/json;charset=UTF-8' \
-H 'collection-id: mycoll_id' \
-H 'Authorization: Token 1af538baa90-----XXX-----baf83ff24' \
-d '{
"fields_to_return" : [ "*" ],
"records" : [ {
"_id" : "1"
}, {
"_id" : "2"
}, {
"_id" : "3"
} ]
}'