{
"name": "${Authentication Information}"
}
curl --location --request POST 'http://localhost:8082/rest/admin/secured/settings/email-template/extract-tags' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "${Authentication Information}"
}'
{}