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