curl --request POST \
--url https://prod.featherhq.com/api/v1/testing-lab/mock-tools \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"name": "<string>",
"agentId": "<string>",
"description": "<string>",
"information": [
{
"input": {},
"output": {}
}
],
"freetext_params": [
"<string>"
]
}
'