So Ive been using JSON as body type on API connector ever since the beginning.
Now I have an API that I need to integrate and it uses application/x-www-form-urlencoded
which meant I have to use form-data as body type.
I am trying to implement api call but Im not sure if I am doing it correctly. Here how it looks
As oppose to the JSON body type and which I call using dynamic tags like this or etc…
Personally I think this approach using form-data is more difficult to use.
But am I atleast doing things right?
TIA!