curl --request POST \
--url http://localhost:3000/v1/rfc-picks/{id} \
--header 'Content-Type: application/json' \
--data '
{
"action": "start"
}
'{
"success": true,
"pick_list": "<unknown>",
"error": "<string>",
"message": "<string>"
}Performs an action on a pick list (claim, start, complete).
curl --request POST \
--url http://localhost:3000/v1/rfc-picks/{id} \
--header 'Content-Type: application/json' \
--data '
{
"action": "start"
}
'{
"success": true,
"pick_list": "<unknown>",
"error": "<string>",
"message": "<string>"
}