Represents an HTTP response from the BingX API.
@type t() :: %Bingex.HTTP.Response{ body: nil | binary(), headers: [{binary(), binary()}], status: pos_integer() }