curl --request POST \
--url https://api.steamsets.com/v1/account.getMeta \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"id": {
"accountId": 1,
"steamId64": "<string>"
},
"vanity": {
"type": "steam",
"value": "<string>"
}
}
'