Share or unshare all assets for given project and asset type.
POST
/actions/projects/{project_id}/asset-types/{asset_type_id}/assets/share
curl \
--request POST http://api.example.com/actions/projects/{project_id}/asset-types/{asset_type_id}/assets/share \
--header "Authorization: $API_KEY"