curl --request GET \
--url https://api.example.com/version{
"version": "<string>"
}Version endpoint of the API.
Displays API version.
GET /version
Returns: str: Package version.
curl --request GET \
--url https://api.example.com/version{
"version": "<string>"
}Successful Response
API Version model.