I have to update some custom fields of a user in Acymailing.
I’m using the Make an API call Acymailing module. The API documentation is this
If I set the body this way
it returns 201, but the user isn’t updated.
If I try with the HTTP module and use this body
It works.
But if I use the same body in the Acymailing API call module, I get this error
- Array of objects expected in parameter ‘body’.
Why?