curl --location --request GET 'https://prod.your-api-server.com/users/'
{
"userid": 0,
"name": "string",
"surname": "string",
"email": "string",
"createdAt": "string",
"role": "string",
"url": "string",
"projects_url": "string",
"courses_url": "string"
}