cURL
curl --request PATCH \ --url http://localhost:52000/api/v1/endpoints/{endpointId} \ --header 'Content-Type: application/json' \ --data '{}'
{ "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "id": 123, "name": "<string>", "description": "<string>", "type": "<string>", "url": "<string>", "body": "<string>", "successCondition": "<string>", "httpMethod": "<string>", "httpHeaders": "<string>", "httpParameters": "<string>", "grpcServiceName": "<string>", "grpcMethodName": "<string>", "grpcStubPath": "<string>", "projectId": 123 }
OK