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