{ "metadata": { "modified": "true", "user": "abc123" } }
curl --location --request POST 'https://api.apiyi.com/v1/threads/' \ --header 'Authorization: Bearer ' \ --header 'Content-Type: application/json' \ --data-raw '{ "metadata": { "modified": "true", "user": "abc123" } }'
{ "id": "thread_abc123", "object": "thread", "created_at": 1699014083, "metadata": { "modified": "true", "user": "abc123" } }