curl -L \ --request POST \ --url '//api/datasources/test' \ --header 'Content-Type: application/json' \ --data '{ "id": "text", "name": "text", "type": "text", "organizationId": "text", "datasourceConfig": { "ANY_ADDITIONAL_PROPERTY": {} } }'
{ "code": 1, "message": "text", "data": true, "success": true }