[ { "identityId": "123456", "infoCategory": 1, "infoVal": "123", "sort": 1 }, { "identityId": "123456", "infoCategory": 1, "infoVal": "15674523", "sort": 2 } ]
curl --location -g --request POST '{{test-sdt}}/facade/sysAccountUserExtend/save' \ --header 'Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJsb2dpblR5cGUiOiJsb2dpbiIsImxvZ2luSWQiOiJiaXpfc3RvcmU6MTY4NDUxNTU2OTU1MzMwOTY5NyIsInJuU3RyIjoiMUJzYTlOWXRPVEF6U2YxejBSQnp1cVo3TmxRRFVZWjgiLCJ1c2VySWQiOjE2ODQ1MTU1Njk1NTMzMDk2OTd9.gb_OWijgjkFrBFZnWs7rZl3-yW7O_P1Ot4uDDw0t3vE' \ --header 'Content-Type: application/json' \ --data-raw '[ { "identityId": "123456", "infoCategory": 1, "infoVal": "123", "sort": 1 }, { "identityId": "123456", "infoCategory": 1, "infoVal": "15674523", "sort": 2 } ]'