Find (or create) an incident havinf relationships to sightings: incident -- member-of --> sighting
note the incident short id
search for the relationships of this incident /ctia/relationship/search?query="source_ref:*$incident-id", do not forget the * at the beginning (ex: `/ctia/relationship/search?query="source_ref:*incident-aa8c5f29-11dd-433e-9a82-6b560a47a2cb")
rewrite wilcard queries that intend to search for ids.
§ QA
incident -- member-of --> sighting
/ctia/relationship/search?query="source_ref:*$incident-id"
, do not forget the*
at the beginning (ex: `/ctia/relationship/search?query="source_ref:*incident-aa8c5f29-11dd-433e-9a82-6b560a47a2cb")