Authorization: ********************curl --location --request POST 'https://test.your-api-server.com/conf/connection/device/controller' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"type": "string",
"connection": {}
}'