Avoid an ArcanistUsageException:
Provide method parameters on stdin as a JSON blob.
Due to an invalid JSON input on strict POSIX-compliant shells (macOS):
echo '{ "constraints": {"phids": [-n,"PHID-USER-xxx",]} }' ^^^ ^
Change the non-portable "echo -n" to a printf.