curl --location --globoff 'http://dev-cn.your-api-server.com/v1/assistants/files/retrieve?GroupId=%24{Groupid}&assistant_id=asst_abc&file_id=%24{file%20id}' \
--header 'Authorization: Bearer ${API KEY}' \
--header 'Content-Type: application/json' \
--data ''{
"id": "${file id}",
"object": "assistant.file",
"created_at": 1703311385,
"assistant_id": "asst_abc123",
"base_resp": {
"status_code": 0,
"status_msg": "success"
}
}