curl -H "application/json" https://example.com/users/174835f6-cb96-4806-854e-c0eb6ae72d23
{
"user": {
"name": "Patrick Van Stee",
"email": "[email protected]"
}
}
curl -H "application/json" https://example.com/users
{
"users": [
{
"name": "Patrick Van Stee",
"email": "[email protected]"
},
{
"name": "Wesley Lancel",
"email": "[email protected]"
}
]
}