[
{
"id": 0,
"arrival_time": "2019-08-24T14:15:22Z"
}
]
curl --location --request PUT '/asn/confirm' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"id": 0,
"arrival_time": "2019-08-24T14:15:22Z"
}
]'
{
"isSuccess": true,
"code": 0,
"errorMessage": "string",
"data": "string"
}