username:passwordAuthorization: Basic *****************{
"user": {
"name": "张三丰",
"state": 1,
"custom_fields": [
{"key": "sex", "value": "男"},
{"key": "authaccount", "value": "new_erp_account"}
]
}
}curl --location --request PUT 'https://www.bangwo8.com/api/v1/users/123.json' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{
"user": {
"name": "张三丰",
"state": 1,
"custom_fields": [
{"key": "sex", "value": "男"},
{"key": "authaccount", "value": "new_erp_account"}
]
}
}'{}