Hello sir, I have 2 questions. 1st is , what if my API expects a json input and 2nd is what if my API does not have any Authorization.
@CloudTechnologyConsulting3 ай бұрын
1. Json i/p is very much possible with APIs. You can send Json payload as input via put or post method m 2. If there is no authorizations, API gateway can simply pass request to back end without any validation. Both 1 n 2 are possible