{ "custom1": "field1", "custom2": "field2", "custom3": "field3", "custom4": "field4", "custom5": "field5" }
curl --location --request PUT '/global-sims//custom-field' \ --header 'X-API-Key;' \ --header 'Content-Type: application/json' \ --data-raw '{ "custom1": "field1", "custom2": "field2", "custom3": "field3", "custom4": "field4", "custom5": "field5" }'