post https://example.com/segments/create
Create the segment for the item assigned to the operator.
Response
Create the segment for the item assigned to the operator.
xxxxxxxxxx
import zyllemDeveloper from '@api/zyllem-developer';
​
zyllemDeveloper.httpRemoteService_CreateSegment()
.then(({ data }) => console.log(data))
.catch(err => console.error(err));