Create, process and free a basic request to execute 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)
{
return 0;
}