curl --request GET \
--url https://production.hifibridge.com/v2/ping \
--header 'Authorization: Bearer <token>'{
"message": "pong"
}curl --request GET \
--url https://production.hifibridge.com/v2/ping \
--header 'Authorization: Bearer <token>'{
"message": "pong"
}