curl --location --request POST '/api/Etiqueta' \ --header 'Content-Type: application/json-patch+json' \ --data-raw '{ "nome": "string", "cor": "string" }'
{ "id": 0, "nome": "string", "cor": "string" }