curl --request POST \
--url https://api.lootexplus.com/v1/project-wallet/mint \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"chainId": 1868,
"contractAddress": "<string>",
"recipientAddress": "<string>",
"tokenId": 123,
"quantity": 2,
"metadata": {}
}
'