Create Communication Card
POST {{baseUrl}}/incidents/:IncidentId/communication_cards
Request Body
{"type"=>"other", "url"=>"https://abccc.com", "title"=>"ksdccjccnc"}
RESPONSES
status: OK
{"data":{"created_at":"2022-07-19T07:50:55.799029159Z","updated_at":"2022-07-19T07:50:55.799029159Z","deleted_at":null,"id":64,"incident_id":"62b31f0ec9fb2e00076b7f1c","url":"https://abccc.com","type":"other","title":"ksdccjccnc","channel_id":"","archived_at":null}}