curl --location '/ai' \
--header 'x-request-id: {{x-request-id}}' \
--header 'x-client-id: {{x-client-id}}' \
--header 'Authorization: Bearer <token>'[
{
"_id": "string",
"provider": "groq",
"configs": {
"apiKey": "string",
"baseUrl": "string",
"model": "string",
"temperature": 0,
"system": "string",
"tools": [
"string"
]
},
"greetingMessage": "string",
"isCustomerReview": true,
"status": "a"
}
]