curl --request POST \
--url https://aodocs.altirnao.com/api/domain/v1beta1/storageAccounts \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"addedBy": "<string>",
"addedTime": "2023-11-07T05:31:56Z",
"email": "<string>",
"hasLibrary": true,
"isDefault": true,
"kind": "<string>",
"name": "<string>",
"newLibraryAllowed": true,
"newLibraryAllowedFor": "<string>"
}
'