use Serialize;
use DeserializeOwned;
use Cow;
use HashMap;
use crateMethod;
/// This trait is the generic implementation for every request
/// we make to the Firefly III API, you can set the Body to `()`
/// in case the request does not send a body.
/// Responses are in the response module.