curl --location --request PUT '/smartflows//targets/split/' \ --header 'Authorization: Bearer JWT' \ --header 'Content-Type: application/json' \ --data '{ "threshold": 25 }'
{ "error": "Reason of failure" }