x-api-key: ********************{
"YourName": "John Doe",
"CompanyName": "ABC Corp",
"RecipientCompanyName": "XYZ Inc",
"ICP": "Technology startups",
"Services": "Software Development",
"WordLimit": 150,
"NumParagraphs": 2
}
curl --location --request POST 'https://api.saasautomation.link/content/outreach' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"YourName": "John Doe",
"CompanyName": "ABC Corp",
"RecipientCompanyName": "XYZ Inc",
"ICP": "Technology startups",
"Services": "Software Development",
"WordLimit": 150,
"NumParagraphs": 2
}'{}