I am new to shell script.
I am trying to use one curl request like this in my shell script.
curl -X POST --header "Content-Type: application/json" --header "Accept: */*" "http://localhost:8080/api/rest/v1/category/p1/{id}?id=${a}&name=${b}&typecode=${c}
where $a or $b or $c may contains words seperated by spaces due to which curl request is getting failed.