curl --request PATCH \
--url https://api.breakcold.com/rest/status \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--data '{
"status": [
{
"id": "<string>",
"order": 123,
"leads_order": [
"<any>"
],
"success_rate": 50,
"name": "<string>",
"type": "DEAL_LOST",
"color": "<string>"
}
]
}'
"<string>"
curl --request PATCH \
--url https://api.breakcold.com/rest/status \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--data '{
"status": [
{
"id": "<string>",
"order": 123,
"leads_order": [
"<any>"
],
"success_rate": 50,
"name": "<string>",
"type": "DEAL_LOST",
"color": "<string>"
}
]
}'
"<string>"
Successful response
The response is of type string
.