send Payloaded APIRequest
Method to send an api request with a payload
Parameters
: "URL"
used in the api request
: method used in the api request
: params to insert in the payload for the "HTTP"
request
Method to send an api request with a payload and with a single header
Parameters
: "URL"
used in the api request
: method used in the api request
: header key for the request
: header value for the request
: params to insert in the payload for the "HTTP"
request
Method to send an api request with a payload and with different headers
Parameters
: "URL"
used in the api request
: method used in the api request
: headers for the request
: params to insert in the payload for the "HTTP"
request
Method to send an api request with a payload
Parameters
: "URL"
used in the api request
: method used in the api request
: the multipart payload of the request
Method to send an api request with a payload and with a single header
Parameters
: "URL"
used in the api request
: method used in the api request
: header key for the request
: header value for the request
: the multipart payload of the request
Method to send an api request with a payload and with different headers
Parameters
: "URL"
used in the api request
: method used in the api request
: headers for the request
: the multipart payload of the request