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>"
}
]
}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>"
}
]
}