curl --location --request GET 'https://api.ticaret.pro/accounts//users?page&limit' \
--header 'Authorization: Bearer <token>'{
"status": true,
"data": {
"rows": [
{
"membership": {
"id": "string",
"accountId": "string",
"userId": "string",
"role": "owner",
"status": "string",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
},
"user": {
"id": "string",
"email": "string",
"displayName": "string",
"status": "string",
"lastLoginAt": "2019-08-24T14:15:22.123Z",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}
}
],
"page": 0,
"limit": 0,
"total": 0
}
}