API Reference
Example on how to return status codes and data from an Axum function
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200 - text/plain
Success
The response is of type string
.