#ifndef DISCORD_REQUEST_H #define DISCORD_REQUEST_H #include int request_auth(CURL *curl, const char *token, const char *api_url); #endif