curl --location '/tool/validate' \
--header 'authorization;' \
--header 'Content-Type: application/json' \
--data '{
"name": "string",
"source": "string",
"usage": "string",
"inputs": {
"property1": "string",
"property2": "string"
},
"params": {
"property1": "string",
"property2": "string"
}
}'null