curl "https://api.mem.ai/v2/mem-it" \
--header "Content-Type: application/json" \
--header "Authorization: Bearer $MEM_API_KEY" \
--data '{
"input": "Note to self: Read the rest of the Mem API docs instead of just copying this example",
"instructions": "File under 'things I should actually do'"
}'