{
"extend_info": [
{
"field": "string",
"value": "string"
}
]
}
curl --location --request POST '/user/fields/save/' \
--header 'x-token: {{x-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"extend_info": [
{
"field": "string",
"value": "string"
}
]
}'
{}