curl --request GET \
--url http://localhost:3000/v1/version \
--header 'Authorization: Bearer <token>'{
"api_version": "<string>",
"release": "<string>",
"node_env": "<string>",
"commit": "<string>",
"built_at": "<string>"
}curl --request GET \
--url http://localhost:3000/v1/version \
--header 'Authorization: Bearer <token>'{
"api_version": "<string>",
"release": "<string>",
"node_env": "<string>",
"commit": "<string>",
"built_at": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.