Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
curl --request GET \
--url https://api.wirespeed.co/directory/vip/count \
--header 'Authorization: Bearer <token>'{
"count": 123,
"change": 123
}curl --request GET \
--url https://api.wirespeed.co/directory/vip/count \
--header 'Authorization: Bearer <token>'{
"count": 123,
"change": 123
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.