Api connector POST Eyeson

Thank you Jici !

I found the solution !

Like you said, I had to use a header content-type and also use the Body with Json :

{
“user”: {
“name”: “name”
}
}

And lets go :slight_smile:

Thank you !

1 Like