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
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