COMMUNITY_OWNER or COMMUNITY_ADMIN permissions for the specified communityuserFields permission can also be usedAuthorization: Bearer ********************{
"value": 10,
"action": "increase"
}curl --location --request POST 'https://application.returning.ai/apis/v1/communities//users//user-fields//histories' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"value": 10,
"action": "increase"
}'{
"meta": {
"status": "success",
"statusCode": 201,
"sum": 500
},
"message": "User field history created successfully",
"data": {
"_id": "685957701ff244c62bd2e5b4",
"fieldId": "6857de260f3c24d98fd7ca89",
"value": 500,
"action": "overwrite",
"createdAt": "2025-06-23T13:32:32.950Z"
}
}