curl --request POST \
--url https://api.example.com/miniapp/promo-offers/{offer_id}/claim \
--header 'Content-Type: application/json' \
--data '
{
"initData": "<string>"
}
'{
"success": true,
"code": "<string>"
}Получение промо-предложения пользователем в мини-приложении.
curl --request POST \
--url https://api.example.com/miniapp/promo-offers/{offer_id}/claim \
--header 'Content-Type: application/json' \
--data '
{
"initData": "<string>"
}
'{
"success": true,
"code": "<string>"
}