field key is immutable and recommended for integrations.Idempotency-Key return the original 201. A different payload with that key returns 409 IDEMPOTENCY_KEY_CONFLICT.curl --location 'https://sgtr-api.returning.ai/v1/communities//user-fields' \
--header 'Authorization;' \
--header 'Idempotency-Key;' \
--header 'Content-Type: application/json' \
--data '{
"name": "Trading Volume",
"field": "trading_volume",
"type": "numerical",
"defaultValue": 0
}'{
"meta": {
"status": "success",
"statusCode": 201,
"code": "USER_FIELD_CREATED",
"compatibilityEvent": "attempted"
},
"message": "User field created successfully.",
"data": {
"_id": "66f000000000000000000010",
"communityID": "6502c9e514a3e564c5c09c0a",
"name": "Trading Volume",
"field": "trading_volume",
"type": "numerical",
"defaultValue": 0
}
}