Hi @ChristopherHo5 ,
If I understood it correctly you are trying to make a api call which requires access token.
Following improvement you can try and check:
1. Instead of fetching access token for each calls, cache your token (most probably 1 hr but you can check exp_at property or standard set for...