if resp.code == '302' || resp.code == '201'
        puts resp['location'] if options[:verbose]
        
        # return the todo id
        return resp['location'].split("/").last