Hi,
I’m new on using this product and we are trying to integrate this into our system. I managed to setup the api and make some requests however, during my testing in the list records api with `POST` method. I was trying to use this parameter `returnFieldsByFieldId` in the request body but got an error stating this..
```
{
"error": {
"type": "INVALID_REQUEST_UNKNOWN",
"message": "Invalid request: parameter validation failed. Check your request data."
}
}
```
Mentioned parameter works with `GET` request. Tried a bunch of boolean equivalent for this parameter like
- 1
- true
- True
- TRUE
Hoping someone can help. TIA.
