post https://api.spredfast.com//v1/company//initiative//message
Publish a new Spredfast Messages for the target Initiative.
Response
Publish a new Spredfast Messages for the target Initiative.
xxxxxxxxxx
11curl --request POST \
--url https://api.spredfast.com/environment/v1/company/companyId/initiative/initiativeId/message \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"service": "TWITTER",
"status": "DRAFT",
"nativeScheduling": false
}
'