Add Custom Vault

HI Team,

I want to add my Custom Vault where application credentials are saved in a database
How can I add this Custom Vault in AssistEdge RPA?

AssistEdge Enterprise customization enables users to
integrate with any third party credential vault.

API auth token can be passed in authorization header, required token
calls the API.

Generate Token with API - https://host:port/token
Copy the Token,
Use that token for subsequent API - POST: https://host:port/api/a/vaultConfig
that creates Custom Vault, pass credentials to JSON body