curl --request POST \
--url http://localhost:3000/v1/dispatch/:id/verify-tote \
--header 'Content-Type: application/json' \
--data '
{
"tote_id": "<string>",
"verified": true
}
'"<unknown>"curl --request POST \
--url http://localhost:3000/v1/dispatch/:id/verify-tote \
--header 'Content-Type: application/json' \
--data '
{
"tote_id": "<string>",
"verified": true
}
'"<unknown>"