Hello
How can i send POST request with form-data parameters?
I have a simple request with these key and value
I’ve tried to convert it to JSON, but service does not accept requests in JSON format
Hello
How can i send POST request with form-data parameters?
I have a simple request with these key and value
Hi @jurijs.bekajevs,
Did you try to make your request like this
Please let me know if that solved your issue.