Authorization: Bearer ********************curl --location --request GET '/external/scanforms' \
--header 'Authorization: Bearer <token>'[
{
"trackingNos": [
"string"
],
"productName": "string",
"productcode": "string",
"scanFormUrl": "string",
"scanFormNo": "string",
"totalTickets": 0,
"totalWeight": 0,
"sizeWeightUnit": "string",
"createdAt": "string"
}
]