Authorization: Bearer ********************curl --location --request GET 'https://mock.apidog.com/m1/740441-0-default/users?name&id' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": 0,
"displayedName": "doggie",
"avatarUrl": "http://example.com",
"email": "user@example.com",
"emailVerified": false,
"createdAt": 0,
"updatedAt": 0,
"deletedAt": 0,
"phoneNumber": "string",
"merchantId": 0
}
],
"error": null,
"links": {
"self": "http://example.com",
"prev": "http://example.com",
"next": "http://example.com",
"last": "http://example.com"
},
"meta": null
}