curl --request GET \
--url https://{tenant}.stamp.eu/rest/ping \
--header 'Authorization: Bearer <token>'{
"message": "pong"
}curl --request GET \
--url https://{tenant}.stamp.eu/rest/ping \
--header 'Authorization: Bearer <token>'{
"message": "pong"
}