// -----------------------------------------------------------------------------
//
/// Provides a generic way of converting a request `struct` (such as a
/// `crate::address_validation::validate_address::RequestBody`) into an HTTP
/// request body. Presumably the request body is in JSON format, but that's up
/// to the the implementation and the end-point.
// trait RequestBody