curl --request GET \
--url https://example.com/api/
"<any>"
Successful Response
The response is of type any
.
curl --request GET \
--url https://example.com/api/
"<any>"
curl --request GET \
--url https://example.com/api/
"<any>"
Successful Response
The response is of type any
.
curl --request GET \
--url https://example.com/api/
"<any>"