get https://api-sandbox.straitsx.com/v1/payout-recipients/requirements
Regex Usage
If you are using the regex in a programming language that requires double backslashes (like Ruby or Java), then the response is already the correct regex.
However, if you are using it directly in a regex engine (like JavaScript or Python), you would need to replace the double backslashes
\\
with single backslash\
.