curl --request POST \
--url https://api.steamsets.com/v1/account.createDeveloperApp \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"description": "<string>",
"environment": "production",
"generateKey": true,
"name": "<string>"
}
'