Authorization: Bearer ********************
curl --location --request GET 'https://api-platform.digitpulse.ai/v1/conversations?user=&last_id=&limit=&pinned=&sort_by' \ --header 'X-Timestamp: 1739933362' \ --header 'X-Signature: 1739933362' \ --header 'Authorization: Bearer <token>'
{ "limit": 20, "has_more": false, "data": [ { "id": "10799fb8-64f7-4296-bbf7-b42bfbe0ae54", "name": "New chat", "inputs": { "book": "book", "myName": "Lucy" }, "status": "normal", "created_at": 1679667915 }, { "id": "hSIhXBhNe8X1d8Et" } ] }