No input found on api call usin postman

im trying to test the api, but im getting the error 409: no input found

You’ve JSON encoded all input, but the API only expects the value of the locations parameter to be JSON. See this example.