{
"id": 0
}
curl --location --request POST '/api/medoutdoc/template/info/delete' \
--header 'Authorizations: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0
}'
{
"body": true,
"resultCode": "string",
"resultMessage": "string"
}