curl --location --request GET 'https://api-v2.getmarvia.com/v1/users' \
--header 'Authorization: '
{
"data": [
{
"uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f",
"firstName": "string",
"lastName": "string",
"username": "string",
"email": "user@example.com",
"status": "string",
"createdAt": "2019-08-24",
"editedAt": "2019-08-24"
}
],
"pagination": {
"limit": 1,
"page": 1,
"total": 0,
"pageCount": 0
}
}