I am trying to run this awk code on a macOS:
first_argument_open_quote = match(payload, /[\'\\"]/);
and I am getting the following mess