Authorization: Bearer ********************curl --location --request GET 'https://demo.modaltrans.com/api/v1/shipments/2130783/contacts' \
--header 'Authorization: Bearer <token>'[
{
"name": "string",
"email": "string",
"tel": "string",
"company": {
"id": 0,
"name": "string",
"address": "string"
}
}
]