curl --request POST \
--url https://app.staging.sendo.so/api/v3/marketplace/products/send \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"variant_ids": [
"<string>"
],
"recipient_email": "<string>",
"recipient_first_name": "<string>",
"recipient_last_name": "<string>",
"sender_first_name": "<string>",
"sender_last_name": "<string>",
"sender_email": "<string>",
"sender_organization_name": "<string>",
"message": "<string>",
"gift_exchange_enabled": true,
"meeting_url": "<string>",
"require_approval": true
}
'