Consolidate all methods api to one methods

Hello

I’m using AWS API gateway with several methods API for serveral lambda functions.
each functions are independent.
From my opinions, if i do that, i lose settings per methods API like “Authorization”, “Url Query String Parameters”, “Http Reques Headers”, ect…
From a point of view for a good practice, does it relevant to mutualise all Methods API ?
Thanks