curl --request POST \
--url https://api.lootexplus.com/v1/drops/claim \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"accountAddress": "<string>",
"dropId": "<string>",
"chainId": 1868,
"contractAddress": "0xc87d591859d6497490d658337d91eb8ec1d625b6",
"quantity": 1,
"recipientAddress": "<string>"
}
'