{ "op_user_id": "user456", "shift_id": "2423" }
curl --location --request POST 'http://127.0.0.1/topapi/attendance/shift/delete?access_token=af21xxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "op_user_id": "user456", "shift_id": "2423" }'
{ "errmsg": "string", "errcode": 0, "success": true, "request_id": "string" }