curl --location --request PUT '/requisicao/lt-checklist' \
--header 'Content-Type: application/json' \
--data '{
"id": 0,
"nome": "string",
"topicos": [
{
"id": 0,
"nome": "string"
}
]
}'{
"id": 0,
"message": {
"level": "INFO",
"translate": "string"
}
}