curl --location --request POST 'https://gitlab.com/api/v3/projects//repository/tags' \
--data-urlencode 'tag_name=' \
--data-urlencode 'ref='
{
"commit": "string",
"message": "string",
"name": "string",
"release": {
"description": "string",
"tag_name": "string"
}
}