Create, process and free a basic Get request on an array resource and iterate through the response array.
#include <stdlib.h>
#include <stdio.h>
#include <inttypes.h>
#define IPC_PORT (12345)
#define IPC_ADDRESS "127.0.0.1"
#define OPERATION_PERFORM_TIMEOUT 1000
int main(void)
{
{
}
return 0;
}