Authorization: Bearer ********************
curl --location --request GET 'https://api.servebolt.io/v1/bolts/1234/users'
{
"data": [
{
"id": 0,
"type": "string",
"attributes": {
"name": "string",
"email": "string",
"mobile": "string",
"country": "string",
"role": "string",
"pending": true
}
}
]
}