curl --location --request PUT '/api/v1//agents/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"faq_prompt": "string",
"info_prompt": "string",
"tone_prompt": "string",
"description_prompt": "string",
"conversation_step_prompt": "string",
"customer_scratchpad_prompt": "string",
"model": "string",
"agent_description": "string",
"tool_id": 0
}'null