so the 2nd function could be only as follows? if u have a suggestion how to form the function let me know
local body = encode_query_string({
client_id = twitch_config.client_id,
client_secret = twitch_config.client_secret,
redirect_uri = M.redirect_uri,
grant_type = ‘authorization_code’,
})