curl --location 'https://api.gotreek.com/api/shipments/50823520565/pickup-id' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"shipment_id": 146039,
"shipment_reference": "50823723834",
"pickup_id": 1236,
"pickup_guid": 12345,
"has_pickup_id": false
}
}