curl --location --request PATCH 'https://sandbox.api.trustic.com.br/antifraud/v1/onboardings/teste/embedded' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": {
"description": "Olá Trustic",
"size": "42px",
"font": "Times New Roman",
"color": "#ffff00"
},
"subtitle": {
"description": "Teste de script embedded",
"size": "21px",
"font": "Arial",
"color": "#673de6"
},
"button": {
"text": "Teste agora",
"text_size": "14px",
"background_color": "#673de6",
"text_color": "#FFF",
"radius": "15px",
"size": "350px"
}
}'