#pragma once
#include <stdint.h>

int rest_api_init(void *ctx, uint16_t port);
void rest_api_fini(void);
