Authorization: ********************
X-API-Key: ********************
curl --location '/ai/assistants' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "name": "string", "instructions": "string", "model": "string", "temperature": 0 }'