{ "scrollId": "string" }
curl --location --request POST '/v1/search/clearScroll' \ --header 'appKey;' \ --header 'nonce;' \ --header 'timestamp;' \ --header 'signature;' \ --header 'Content-Type: application/json' \ --data-raw '{ "scrollId": "string" }'
{ "code": 0, "success": true, "message": "string", "data": true, "errors": [ "string" ], "time": "2019-08-24T14:15:22Z" }