X-API-KEY: ********************curl --location --request POST '/api/whiteboard/v1/connection/' \
--header 'X-API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"uuid": "string",
"sender_instance_id": 1,
"receiver_instance_id": 1,
"sender_relative_coordinate_x": 0,
"sender_relative_coordinate_y": 0,
"receiver_relative_coordinate_x": 0,
"receiver_relative_coordinate_y": 0,
"color": "string",
"shape": "straight",
"width": 0,
"style": "solid",
"dash_gap": 0,
"sender_end_type": "string",
"receiver_end_type": "string"
}'{
"uuid": "string",
"sender_instance_id": 1,
"receiver_instance_id": 1,
"sender_relative_coordinate_x": 0,
"sender_relative_coordinate_y": 0,
"receiver_relative_coordinate_x": 0,
"receiver_relative_coordinate_y": 0,
"color": "string",
"shape": "straight",
"width": 0,
"style": "solid",
"dash_gap": 0,
"sender_end_type": "string",
"receiver_end_type": "string",
"id": 1
}