cURL
curl --request POST \ --url https://mlink-delay.nms.saturn.spiderrockconnect.com/rest/posts \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "id": 123, "tag": "<string>" } '
{ "name": "<string>", "tag": "<string>" }
Creates a new plant in the store
Plant to add to the store
The name of the plant
Identification number of the plant
Tag to specify the type
plant response