curl --request POST \
--url https://api.example.com/open/v1/memory/sync/extract \
--header 'Content-Type: application/json' \
--data '
{
"userId": "<string>",
"agentId": "<string>",
"rawContent": {
"type": "<string>"
},
"sourceClient": "<string>"
}
'