curl --request POST \
--url https://api.memories.ai/serve/api/v1/scraper_tag \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"hash_tags": [
"LVMH"
],
"unique_id": "default",
"scraper_cnt": 2,
"callback": "https://your.app/callback"
}
'