curl --location --request POST 'https://api.dev.geadev.com/wms/api.wms.v1.WMSInternalHandoverSessionAPI/CreateHandoverSessions' \
--header 'Connect-Protocol-Version;' \
--header 'Connect-Timeout-Ms;' \
--header 'Content-Type: application/json' \
--data-raw '{
"services": [
{
"carrierCode": "string",
"serviceCode": "string"
}
]
}'{
"data": {
"success": [
{
"id": 0,
"handoverSessionId": 0,
"handoverSessionCode": "string",
"carrierCode": "string",
"serviceCode": "string",
"message": "string"
}
],
"failure": [
{
"id": 0,
"handoverSessionId": 0,
"handoverSessionCode": "string",
"carrierCode": "string",
"serviceCode": "string",
"message": "string"
}
]
}
}