Authorization: ********************curl --location --request PUT 'https://api-homolog.docsend.com.br/api/v1/temas/customizado?tenantId' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"nome": "string",
"primaryColor": "string",
"secondaryColor": "string",
"accentColor": "string"
}'{
"id": 0,
"tenantId": 0,
"nome": "string",
"primaryColor": "string",
"secondaryColor": "string",
"accentColor": "string",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}