curl --location -g --request POST 'http://gitlab.example.com/v3/projects//statuses/' \
--data-urlencode 'state=' \
--data-urlencode 'ref=' \
--data-urlencode 'target_url=' \
--data-urlencode 'description=' \
--data-urlencode 'name=' \
--data-urlencode 'context='{
"id": "string",
"sha": "string",
"ref": "string",
"status": "string",
"name": "string",
"target_url": "string",
"description": "string",
"created_at": "string",
"started_at": "string",
"finished_at": "string",
"allow_failure": "string",
"author": {
"name": "string",
"username": "string",
"id": "string",
"state": "string",
"avatar_url": "string",
"web_url": "string"
}
}