curl --location 'http://localhost:8080/api/v0/users' \
--header 'Authorization: Bearer <token>'[
{
"username": "Clifton.Keebler",
"firstName": "Clifton",
"lastName": "Keebler",
"email": "Clifton.Keebler@gmail.com",
"id": "Clifton.Keebler"
}
]