I need to retrieve the inventory_id for a given project (project_dev is the project name) from ansible tower using curl command
curl -X GET -s -k -u "user:password" -vvv -H 'Content-Type:application/json' -d '{"organization": 1,"name": "project-dev"}' https://ansibletower.com/api/v2/inventories/"