Authorization: ********************curl --location --request POST 'https://test.your-api-server.com/api/connection' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"ipAddress": "127.0.0.1",
"slot": 3,
"cycleTime": 500,
"name": "PLC_PRINCIPAL"
}'{}