Authorization: Bearer ********************
{"status":true}
curl --location '/cardapio/produtos/status/' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{"status":true}'
{ "status": true }