curl --location --request POST 'https://developer.toutiao.com/api/apps/v1/capacity/apply_capacity' \
--header 'access-token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"capacity_key": "ma.mount.live_talent_mount",
"apply_reason": "申请原因"
}'
{
"err_no": 0,
"err_msg": "string"
}