Signature
Parameters
- api_method: HTTP method (GET, POST, PUT, DELETE, etc.).
- api_url: Target API URL to access.
- api_payload: JSON payload for POST/PUT requests.
- api_params: Query parameters to include.
- api_headers: Custom headers to send with the request.
- network: Network override for relay mode payments.
Returns
Response from the target API after successful payment.Raises
- ValueError: If network is incompatible with wallet type or not supported.

