curl --location --request POST '/api/v1/agents' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"app_name": "string",
"agent_name": "string",
"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