How to add component to a blueprint by python?

I have created a blueprint by using unreal.AssetToolsHelpers.get_asset_tools().create_asset(), but how to add some particle in it and set attribute like location, prio etc.

Help please.