if resp.code == '302' || resp.code == '201'
        puts resp['location'] if options[:verbose]

        # return the project id
        return resp['location'].split("/").last