invoice.updatestatus > code = 5).curl --location -g --request POST 'https://api.tryplopay.com/invoices/tracking' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"tracking": {
"invoice": 87254927,
"code": "NC5654591BR",
"carrier": "Correios"
}
}'{
"error": false,
"success": true,
"message": "Tracking Code Inserted!",
"version": "3.0.4",
"update": "2025-09-29",
"by": "TRYPLOPAY.com",
"__seconds": 0.8006680011749268
}