username:password
Authorization: Basic *****************
curl --location '/workspaces/xuxb/styles?name=default_line&raw=true' \ --header 'Authorization: Basic <encoded-value>' \ --form 'filename=@""' \ --form 'styleName="xxxx"' \ --form 'overwrite="true"'
{}