curl --request PUT \
--url https://suite.sisqualis.com.br/api/projetos/status \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"projeto": "<string>",
"status": "ABERTO"
}
'{
"success": true,
"projeto": "<string>",
"status": "<string>"
}curl --request PUT \
--url https://suite.sisqualis.com.br/api/projetos/status \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"projeto": "<string>",
"status": "ABERTO"
}
'{
"success": true,
"projeto": "<string>",
"status": "<string>"
}