curl --request POST \
--url https://api.memories.ai/serve/api/v1/marketer_chat \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"prompt": "What does nike recently post?",
"session_id": "",
"unique_id": "default",
"type": "TIKTOK"
}
'