Is there a way to add my token in moralis oneinch plugin getSupportedToken list

I am using oneInch Plugin

const result = await Moralis.Plugins.oneInch.getSupportedTokens({
chain: โ€œbscโ€, // The blockchain you want to use (eth/bsc/polygon)
});

Iโ€™m using this method. Can you please suggest me to list my token in the list.
This is my token url.
https://bscscan.com/token/0x0d62dfd822fe377bf65c6588abe58cc560288aed?a=0x93fd9bdc85f3956ead11198d97d11cc6a47bc80b

I donโ€™t know exactly what you have to do to add it in that list, first it has to be in a liquidity pool, and then it has to be included by 1Inch somehow, and after that to show it in the interface