curl --request POST \
--url https://api.example.com/cabinet/wheel/stars-invoice \
--header 'Authorization: Bearer <token>'{
"invoice_url": "<string>",
"stars_amount": 123
}Создать Telegram Stars invoice для оплаты спина колеса. Используется в Telegram Mini App для прямой оплаты Stars.
curl --request POST \
--url https://api.example.com/cabinet/wheel/stars-invoice \
--header 'Authorization: Bearer <token>'{
"invoice_url": "<string>",
"stars_amount": 123
}