curl --request POST \
--url https://api.bedrock.orinlabs.org/api/memory/agents/{id}/log-messages/ \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"messages": [
"<string>"
],
"timestamp": "2023-11-07T05:31:56Z"
}
'