{
"name": "string",
"converted": true,
"isDefault": true,
"lastModifiedBy": "string",
"fields": [
{
"key": "string",
"required": true
}
],
"position": 0
}
curl --location --request POST 'https://platform.shopranos.eu/api/lead/status' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"converted": true,
"isDefault": true,
"lastModifiedBy": "string",
"fields": [
{
"key": "string",
"required": true
}
],
"position": 0
}'
{}