curl --location --request POST 'http://192.168.31.80:8989/api/user/editMaster' \
--header 'Authorization: 64a8a7fc590a70cdd98b273a42d68efc' \
--form 'cover_img="http://192.168.31.80:8989/uploads/image_file/543ad006b9e4308bf59c91a60e0ed72d.jpg"' \
--form 'describe="3啊啊23123123123123"' \
--form 'cart_category[]="{\"cart_id\":1,\"price\":{\"study_price\":310.01,\"delay_price\":10,\"college_delay_price\":0,\"legal_price\":0,\"with_price\":0}}"' \
--form 'cart_category[]="{\"cart_id\":4,\"price\":{\"study_price\":3,\"delay_price\":50,\"college_delay_price\":0,\"legal_price\":1,\"with_price\":0}}"' \
--form 'cart_category[]="{\"cart_id\":3,\"price\":{\"study_price\":3,\"delay_price\":50,\"college_delay_price\":0,\"legal_price\":1,\"with_price\":0}}"' \
--form 'sup_area="3,4"' \
--form 'course_minute="60"' \
--form 'course_amount="100"' \
--form 'course_amount_max=""' \
--form 'delay_course_minute="60"' \
--form 'delay_course_amount="100"' \
--form 'delay_course_amount_max="100"' \
--form 'with_course_minute="60"' \
--form 'with_course_amount="100"' \
--form 'with_course_amount_max="100"' \
--form 'advantage="這個是個人簡介, 之前是對應\"我的優勢\"這個地方, ui搞錯了, 需要調整"' \
--form 'is_try="1"' \
--form 'is_per_pay="0"' \
--form 'location="上落車地點"'{
"msg": "提交成功",
"code": 200
}