GET → POST forward
Send a GET to /api/forward with URL query parameters. They are parsed into JSON and posted to the URL in FORWARD_POST_URL.
Example: /api/forward?name=alex&status=active → POST body {"name":"alex","status":"active"}
Send a GET to /api/forward with URL query parameters. They are parsed into JSON and posted to the URL in FORWARD_POST_URL.
Example: /api/forward?name=alex&status=active → POST body {"name":"alex","status":"active"}