Hi guys,
I’m having trouble initializing a call for an API. The sample data from the API docs returns HTTP 200 with an empty body. If I set my ‘Data Type’ to Empty, I can initialize the call but can’t use the API’s response later as body is empty and there’s no API keys to use.
If I set my ‘Data Type’ to JSON, I get back: “The API call returns an empty body and you picked JSON. Please check.”
When I try to initialize it with a dynamic value ("<>") under ‘first_name’ , for some reason the API doesn’t allow it and I get back HTTP 400: {“code”:“person.firstName.is.invalid”}.
Anyone has a clue on how to initialize the call successfuly?