{
"current": "1",
"size": "1",
"client": null,
"data": [{
"startDate": "2025-01-06",
"endDate": "2025-01-06",
"carryNo": "",
"specimenID": "250106000001",
"specTeam": "L"
}]
}
curl --location --request POST 'http://localhost:8090/api/openapi/ipnur/specimen/esb/getCarryInfo' \
--header 'access-token: {{DHCC_ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"current": "1",
"size": "1",
"client": null,
"data": [{
"startDate": "2025-01-06",
"endDate": "2025-01-06",
"carryNo": "",
"specimenID": "250106000001",
"specTeam": "L"
}]
}'
{}