Authorization: ********************{
"orderNo": "string",
"thirdOrderId": "string",
"tipFee": 0
}curl --location --request POST '/runningErrands/addTips' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderNo": "string",
"thirdOrderId": "string",
"tipFee": 0
}'{
"code": 0,
"msg": "string",
"data": {}
}