curl --location --request POST '/api/Tarefa/EditarStatusTarefas' \ --header 'Content-Type: application/json-patch+json' \ --data-raw '{ "ids": [ 0 ], "statusId": 0 }'
"string"