curl --request POST \
--url http://localhost:8080/miniapp/promo-offers/{offer_id}/claim \
--header 'Content-Type: application/json' \
--data '
{
"initData": "<string>"
}
'{
"success": true,
"code": "<string>"
}curl --request POST \
--url http://localhost:8080/miniapp/promo-offers/{offer_id}/claim \
--header 'Content-Type: application/json' \
--data '
{
"initData": "<string>"
}
'{
"success": true,
"code": "<string>"
}