curl --location --request DELETE 'https://api.openai.com/v1/assistants/' \
--header 'Authorization: Bearer ' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json'{
"id": "string",
"object": "string",
"deleted": true
}