Authorization: Bearer ********************{
"receipt": "123456",
"sandbox": "true",
"username": "test101"
}curl --location --request POST '/api/v1/appstore/applyOpenProduct' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"receipt": "123456",
"sandbox": "true",
"username": "test101"
}'{
"code": 0,
"message": "",
"data": {}
}