curl --location -g --request POST 'http://gitlab.example.com/v3/projects//variables' \ --data-urlencode 'key=' \ --data-urlencode 'value='
{ "key": "string", "value": "string" }