curl --location -g --request POST 'https:///api/v2/organizations//tools/api-tool-templates' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"template_name": "string",
"system_prompt": "string",
"is_enabled": true
}'
{
"success": true,
"message": "string",
"data": {
"id": 0,
"template_name": "string",
"system_prompt": "string",
"is_enabled": true
}
}