get_headers
Returns the required headers for the Authorization when sending requests
local headers = payload.get_headers(token)
-- example return: { ["Content-Type"] = "application/json", ["Authorization"] = "Bot MTI0OTQ2MzU5MjkxOTc2MDk2Ng..."}
Last updated