curl -sS -X POST "https://portal.bluewavesmedia.in/api/v1/send" \ -H 'authorization: Bearer 0e63d241-c042-408a-8523-635801734866' \ -H 'content-type: application/json' \ -d '{"channel":"Journey","to":["919999999999"],"scheduledatetime":"2026-12-31T10:00:00Z","content":{"data":{"journeyname":"Sample_Journey","journeypayload":{"nodes":{"1":{"templateType":"WHATSAPP","data":{"channelName":"Your Channel - 0000000000000","category":"Marketing","templateName":"sample_template","headerFormat":"","headerVariables":[],"bodyVariables":[{"index":1,"type":"static","value":"value1","format":"{{1}}"},{"index":2,"type":"static","value":"value2","format":"{{2}}"},{"index":3,"type":"static","value":"value3","format":"{{3}}"}],"buttonVariables":[],"carouselCards":[],"limitedTimeOffer":[]}},"2":{"templateType":"RCSMESSAGE","data":{"agentID":"your_rcs_agent_id","templateName":"Sample_Template","headerData":{},"bodyData":{"{{1}}":"value1"},"footerData":{},"cardData":[]}},"3":{"templateType":"SMS","data":{"senderId":"brandx","isFlashSms":false,"isTinyCampaign":false,"originalTemplateText":"Sample SMS text with OTP 123456 from BrandX"}}}}}}}' \ -w '\nHTTP_STATUS:%{http_code}\n' 2>&1