cURL
curl --request POST \ --url https://www.getwith.ai/api/plan/create \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "description": "<string>", "requestedInfo": "<string>", "expertAdvice": "<string>" } '
{ "id": "<string>", "name": "<string>", "description": "<string>", "expertID": "<string>", "requestedInfo": [ { "description": "<string>" } ], "expertAdvice": [ { "description": "<string>" } ] }
Successful response
Show child attributes