All my other requests work perfectly; except when I try to run this command for any id, or phid, it returns None; but when I submit it via website, it works... maniphest.query works perfectly as expected.
req = requests.post ('%s/api/maniphest.update' % PHAB, data = { 'params': json_dumps({ 'phid':'PHID-TASK-ruyzvf6gzhlkupifcepv', 'status': 'resolved', .... results = None