curl --location --request POST '/adminapi/setting/album/update_field' \ --form 'id="1"' \ --form 'field="pic_name"' \ --form 'val="图片名称"'
{}