i have some queries i am using in the postman and i do some test to proceed wtih the app,but i have problem with api in flutterflow.
bellow is the example i use in the postman.
Set up Query Parameters:
add the parameters as key-value pairs.
Key: main_attributes[email][], Value: =
Key: main_attributes[email][], Value: [email protected]
the above is not working in flutterflow because the name of the key is the same.
THE key must be the same name or else the api request is no working..
Here the Url with the GET.
https://demo.splynx.com/api/2.0/admin/customers/customer?main_attributes[email][]==&main_attributes[email][]%[email protected]
how to do it in the flutterflow to work?