Authorization: Bearer ********************{
"name":"Teste",
"tagValue":"patientEmail",
"template":129,
"userCreated":{
"id":1,
"employee":{
"id":1
},
"login":"doctor",
"passTip":"Sequência numérica",
"activated":true,
"preferences":[
]
}
}curl --location --request POST 'https://prod.your-api-server.com/api/v1/templateTags' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name":"Teste",
"tagValue":"patientEmail",
"template":129,
"userCreated":{
"id":1,
"employee":{
"id":1
},
"login":"doctor",
"passTip":"Sequência numérica",
"activated":true,
"preferences":[
]
}
}'{}