How can I get the response url or id from a rails project with httparty in a separate script after doing a post?
ruby script:
HTTParty.post('http://localhost:3000/change_logs', parameters)
response.body and all the others ones do not show the url and the response id