cURL
curl --request POST \ --url https://api.example.com/api/sdk/agent/{agent_id}/user-inputs \ --header 'Content-Type: application/json' \ --data '[ {} ]'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Successful Response