curl --location --request GET 'https://api.openai.com/v1/threads//messages//files _' \
--header 'Authorization: Bearer ' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json'{
"object": "string",
"data": [
{
"id": "string",
"object": "string",
"created_at": 0,
"message_id": "string"
}
],
"first_id": "string",
"last_id": "string",
"has_more": true
}