Authorization: Bearer ********************curl --location --request POST 'https://connect.dispatchable.com/documents/api/v1/documents' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--form 'doc_type="shipping_agreement"' \
--form 'html_rendered="<p>Hi there</p>"' \
--form 'documentable_type="load"' \
--form 'documentable_uuid="6994a2e6-b96a-46be-b662-24647a40dee4"' \
--form 'send_copy="1"'{}