curl --request POST \
--url https://api.memories.ai/serve/api/v1/scraper \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"username": "https://www.tiktok.com/@cutshall73",
"unique_id": "default",
"scraper_cnt": 4,
"callback_url": "https://your.app/callback"
}
'