{
"parentFrameUrl": "string",
"enabledFeatures": [
"string"
]
}
curl --location --request POST '/applications/web-token' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"parentFrameUrl": "string",
"enabledFeatures": [
"string"
]
}'
{
"code": 200,
"message": "创建Web Token成功",
"data": {
"name": "enterprises/LC04xxxxxx/webTokens/12345",
"value": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...",
"parentFrameUrl": "https://example.com/frame",
"enabledFeatures": [
"string"
]
}
}