Create, process and free a basic Read request on a single resource.
#include <stdlib.h>
#include <stdio.h>
#define IPC_PORT (54321)
#define IPC_ADDRESS "127.0.0.2"
#define OPERATION_PERFORM_TIMEOUT 1000
#define CLIENT_ID "TestClient1"
int main(void)
{
const char * value = NULL;
printf("%s\n", value);
return 0;
}