Authorization: Bearer ********************
{ "status": "", "timeline": { "reason": "" } }
curl --location -g --request PATCH 'http://{{app_url}}/api/v1/invoices/id_da_fatura' \ --header 'Content-Type: application/json' \ --data-raw '{ "status": "", "timeline": { "reason": "" } }'
{}