Authorization: Bearer ********************
{ "account": "{{los:account_id}}", "key": "sample_key3", "value": "This is sample value", "type": "bool" }
curl --location --request POST 'https://preprod.api.crego.io/v1/los/custom_fields/' \ --header 'Content-Type: application/json' \ --data-raw '{ "account": "{{los:account_id}}", "key": "sample_key3", "value": "This is sample value", "type": "bool" }'
{}