curl --location --request POST 'https://api.dev.geadev.com/wms/api.wms.v1.WMSInternalHandoverSessionAPI/GetHandoverSession' \
--header 'Connect-Protocol-Version;' \
--header 'Connect-Timeout-Ms;' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1
}'{
"data": {
"id": 0,
"code": "string",
"carrierCode": "string",
"serviceCode": "string",
"status": "open",
"warehouseCode": "string",
"closedAt": "2023-01-15T01:30:15.01Z",
"createdAt": "2023-01-15T01:30:15.01Z",
"updatedAt": "2023-01-15T01:30:15.01Z",
"itemCount": 0,
"orderCount": 0,
"createdBy": {
"id": 0,
"username": "string",
"fullName": "string"
},
"closedBy": {
"id": 0,
"username": "string",
"fullName": "string"
}
}
}