Authorization: Bearer ********************
{
"id": "cfe0b054-3fc0-4c13-922a-de72ad69539c"
}
curl --location --request POST '/business/process/handUp' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "cfe0b054-3fc0-4c13-922a-de72ad69539c"
}'
{
"msg": "string",
"code": 0
}