It looks like your token was minted:
x = await Moralis.Web3API.token.getTokenIdOwners({ address: "0xffd7beb5eaf1ecbe72dcb70d6dab93105e561249", token_id: "0", chain: "bsc testnet" })
returns:
0:
amount: "100"
block_number: "13587617"
block_number_minted: "13587617"
contract_type: "ERC1155"
metadata: "{\"result\":{\"Face\":{\"__type\":\"File\",\"name\":\"a45aa2a15a3e4709e05d165c9e037326_FiraBall.png\",\"url\":\"https://[redacted]:2053/server/files/gShwiEeXzSPX9en3Y89BDhyAwSKWNFIItypBAE44/a45aa2a15a3e4709e05d165c9e037326_FiraBall.png\"},\"Power\":\"1\",\"createdAt\":\"2021-10-27T09:39:43.270Z\",\"updatedAt\":\"2021-10-27T09:40:12.601Z\",\"Name\":\"FireBall\",\"nft_id\":0,\"objectId\":\"4xWsAeux1biB2LCwtENyp9zy\",\"__type\":\"Object\",\"className\":\"NFT\"}}"
name: ""
owner_of: "0x794ed60a2e46565b5e4762ed524ad87a4d9e21e7"
symbol: ""
synced_at: "2021-10-27T09:48:26.231Z"
token_address: "0xffd7beb5eaf1ecbe72dcb70d6dab93105e561249"
token_id: "0"
token_uri: ".....
The metadata that you have there with that result
at the beginning may not be what you wanted. You can not remove that result
field that it is returned by a cloud function.