#include #include "jwt.h" char *jwt_gen(cJSON *payload) { return strdup("TODO:)"); }