Authorization: Bearer ********************curl --location --request POST 'https://connect.dispatchable.com/dispatches/api/v1/shipper/email/link' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"load_uuid": "dc6eeaea-3767-4e35-bf07-48c9ebc33411",
"email": "colinroydixon@gmail.com",
"include_attachments": true,
"show_shipper_customer_info": true
}'{}