curl --request POST \
--url https://app.staging.sendo.so/api/v3/smartsend/recommendations/send \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"recipient_email": "<string>",
"recipient_first_name": "<string>",
"recipient_last_name": "<string>",
"price_lte_usd": 123,
"ship_to_country_code": "<string>",
"message": "<string>",
"gift_exchange_enabled": true,
"meeting_url": "<string>",
"require_approval": true
}
'