cURL
curl --request POST \ --url https://your-instance.example.com/api/processes \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "selectedUser": { "userId": "<string>" } } '
{}
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Show child attributes
Processes fetched successfully
Generic response envelope. Endpoint-specific fields are intentionally open.