{}
curl --location --request POST 'http://192.168.31.115:2150/task/completeTask?taskID=9bbf02e9-dd1d-11ed-9652-005056c00001&userName=bajie&message=小文干活非常攒劲,非常得劲' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"code": 0,
"data": true
}