curl --request POST \
--url https://api.projectcor.com/v1/projects/{id}/messages \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data 'message=<string>' \
--data 'attachments={
"id": 123,
"name": "<string>",
"url": "<string>",
"type": "<string>",
"source": "<string>"
}'curl --request POST \
--url https://api.projectcor.com/v1/projects/{id}/messages \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data 'message=<string>' \
--data 'attachments={
"id": 123,
"name": "<string>",
"url": "<string>",
"type": "<string>",
"source": "<string>"
}'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Message posted successfully