# Functions
ApiPost performs an HTTP POST request to a specified API endpoint.
No description provided by the author
CallApi wraps ApiPost to make an API call and unmarshal the response into a new instance of type T.
GetPageAll handles pagination for API requests.
No description provided by the author
# Structs
ApiResponse represents the standard structure of an API response.