You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, the bash script "run.sh" is not working for me, I use POST and I get "Malformed request". For data I use '{"price":0.0058}' according to template in the script.
I think there is error in the script - the body parameter is -d and not -b as it is in the script now. Apparently noone tested it with POST. What is the correct format of body data for POST method please? Thank you
The text was updated successfully, but these errors were encountered:
Hello, the bash script "run.sh" is not working for me, I use POST and I get "Malformed request". For data I use '{"price":0.0058}' according to template in the script.
I think there is error in the script - the body parameter is -d and not -b as it is in the script now. Apparently noone tested it with POST. What is the correct format of body data for POST method please? Thank you
The text was updated successfully, but these errors were encountered: