curl --location -g --request GET 'http://gitlab.example.com/v3/snippets?page&per_page'{
"id": "string",
"title": "string",
"file_name": "string",
"author": {
"name": "string",
"username": "string",
"id": "string",
"state": "string",
"avatar_url": "string",
"web_url": "string"
},
"updated_at": "string",
"created_at": "string",
"web_url": "string",
"raw_url": "string"
}