Authorization: Bearer ********************
{
"workId": 0,
"userId": 0,
"userName": "string"
}
curl --location --request POST 'http://localhost:8080/work/fault-work/transfer' \
--header 'Content-Type: application/json' \
--data-raw '{
"workId": 0,
"userId": 0,
"userName": "string"
}'
{
"": {}
}