I have a json data and I want to post it on some api endpoint (like :localhost/workflow)
and want to get that data back on get call (get localhost/workflow or get localhost/workflow/<id>) .I have more than 1 json data and want to attach id to it.
How should I go about it
Data I have attached as an attachment.