{
"accountName": "string",
"accountKey": "string",
"containerName": "string",
"authenticationMethod": "string"
}
curl --location -g --request POST 'http://{{host}}/v1/azureblobstore/test-connection' \
--header 'Content-Type: application/json' \
--data-raw '{
"accountName": "string",
"accountKey": "string",
"containerName": "string",
"authenticationMethod": "string"
}'
{}