username:password
Authorization: Basic *****************
{ "coverage": { "name": "my_tif_layer", "nativeName": "my_tif_file", "title": "My TIF Layer", "srs": "EPSG:4326", "projectionPolicy": "FORCE_DECLARED" } }
curl --location '/workspaces//datastores//featuretypes' \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: application/json' \ --data '{ "coverage": { "name": "my_tif_layer", "nativeName": "my_tif_file", "title": "My TIF Layer", "srs": "EPSG:4326", "projectionPolicy": "FORCE_DECLARED" } }'
{}