curl --location --request GET 'https://api.routestripe.com/company-members/item?id&external_id' \
--header 'api-key: <api-key>'{
"status": "success",
"data": {
"id": 0,
"updated_at": "2019-08-24T14:15:22.123Z",
"created_at": "2019-08-24T14:15:22.123Z",
"external_id": null,
"company_id": 85,
"email": "user@routestripe.com",
"user_id": 0,
"name": "",
"surname": "",
"phone": "",
"status": 1,
"is_courier": 0,
"is_admin": 0,
"is_dispatcher": 0
}
}