curl --location --request POST 'https://api.bilibili.com/x/vip/experience/add' \
--header 'Referer: https://www.bilibili.com' \
--header 'Cookie: csrf=7476965f555292846afcf52686c75fca;device=phone' \
--data-urlencode 'device=phone' \
--data-urlencode 'csrf=7476965f555292846afcf52686c75fca'{
"code": 0,
"message": "0",
"ttl": 1,
"data": {
"type": 1,
"is_grant": true
}
}