How to pass the arguments to the request.

Example Usage

import { ArgumentLocation } from "syllable-sdk/models/components";

let value: ArgumentLocation = "body";

Values

"body" | "form" | "path" | "query"