curl --request POST \
--url https://api.steamgold.dev/v1/items/verify \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"platform": "<string>",
"item": "<string>",
"fee": "excluded",
"code": "<string>"
}'