Exploring wasmCloud mostly following the app development guide.
At the moment, there's two actors - hello and goodbye.
They sort of cooperate on a (contrived) translation exercise - hello uses the http provider to expose the functionality, calling
the goodbye actor using the translate interface to get the result.
With both actors running and an http provider linked to the hello actor on port 8080, you should be able to test this is working by runnin
curl 'localhost:8080/?lang=pt&target_lang=en&message=ola'