curl --location '/nutritionRecord/batchAdd' \
--header 'verifyToken: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTcyNTAwMTgwMywidXNlciI6IntcImNvZGVcIjpcIjNjNmI1MTBmNDIxZDQ4NThiMjQ4OGUwODUyYWZlY2EyXCIsXCJwaG9uZVwiOlwiNzY2NzY2XCIsXCJudW1cIjpcIlBINzM5ODY1MjNcIixcIm5pY2tuYW1lXCI6XCJBTjEzNjY2ODkxXCJ9In0.eKa_bTMVPHzPIsWgiv3vUw1iNfHPKpS8_iwmNQTew0I' \
--header 'token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhdXRoMCIsImV4cCI6MTc1NTc0NjA0NCwidXNlciI6IntcImNvZGVcIjpcImVhODMxNDBmODI4NTRjN2ZhM2IxNGMwMzM3MThlZmZiXCIsXCJwaG9uZVwiOlwiMTU5MTg1Mzk0MjBcIixcIm51bVwiOlwiUEg0ODk1Nzc5NlwiLFwibmlja25hbWVcIjpcIuWwj-eZvS5cIixcInBhc3N3b3JkVmVyc2lvblwiOjB9In0.LdCNC-mSsi94gmRvoVq88wfg7Rx0UTtRAhso0InFvXk' \
--header 'language: %E4%B8%AD%E5%9B%BD' \
--header 'lang: zh-Hans' \
--header 'Content-Type: application/json' \
--data '[
{
"foodCode": "735794b4c8aa4f5b894340315343ff41",
"cookbookNum": "",
"name": "大米",
"weight": "100",
"kcal": "500",
"type": "bf" //早餐bf,午餐lunch,晚餐dinner,其他other
},
{
"foodCode": "735794b4c8aa4f5b894340315343ff41",
"cookbookNum": "",
"name": "小米",
"weight": "100",
"kcal": "500",
"type": "bf" //早餐bf,午餐lunch,晚餐dinner,其他other
},
{
"foodCode": "735794b4c8aa4f5b894340315343ff41",
"cookbookNum": "",
"name": "鸡肉",
"weight": "100",
"kcal": "500",
"type": "lunch" //早餐bf,午餐lunch,晚餐dinner,其他other
},
{
"foodCode": "735794b4c8aa4f5b894340315343ff41",
"cookbookNum": "",
"name": "鸭肉",
"weight": "100",
"kcal": "500",
"type": "dinner" //早餐bf,午餐lunch,晚餐dinner,其他other
},
{
"foodCode": "735794b4c8aa4f5b894340315343ff41",
"cookbookNum": "",
"name": "鹅肉",
"weight": "100",
"kcal": "500",
"type": "other" //早餐bf,午餐lunch,晚餐dinner,其他other
}
]'