cURL
curl --request GET \ --url https://api.example.com/service/{tenant_name}/bgp/summery \ --header 'Authorization: Bearer <token>'
{ "data": {} }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response