curl

curl --location --request POST 'https://xxx.coding.net/open-api/CreateGitTag?Action=CreateGitTag' \
--header 'Authorization: token aaaaaaaaaaaaaaaaaaaaaaaaaa' \
--header 'Content-Type: application/json' \
--data-raw '{
  "DepotId": "12240327",
  "Message": "this is a tag",
  "StartPoint": "master",
  "TagName": "v1.2.4"
}'