curl --request POST \
--url http://localhost:3000/v1/scanner/restocking/{id} \
--header 'Content-Type: application/json' \
--data '
{
"action": "claim"
}
'nullcurl --request POST \
--url http://localhost:3000/v1/scanner/restocking/{id} \
--header 'Content-Type: application/json' \
--data '
{
"action": "claim"
}
'null