#include "default.h" #include "http.h" #include "auth.h" int main() { AuthKey a = { .access_token = "M7FRcXziCbJQ2d8qk/YxQg0rFlvcbxSwhpv4nxrT/4PWee/w9lhCKW/R7evea2LD2Dr94B3oRrYMXpCvuEiTZg==", }; auth_bootstrap(a); return 0; }