curl --location 'http://127.0.0.1/bvworkorder/v1/workorder/subscribe/?token=undefined' \
--header 'Authorization;'{
"code": 0,
"msg": "string",
"data": {
"addOrderId": "string",
"updateOrderId": "string",
"deleteOrderId": "string",
"completeOrderId": "string"
}
}