docs
Complete POST Example
5. Check response

Check Oracle Response in your Example Contract

After waiting a few minutes, you can run the checkResponsePost.js script to see the oracle's response to the request.

yarn hardhat run scripts/checkResponsePost.js --network base_sepolia

If everything has gone correctly, you should see the number 10 in the output.

Response from oracle in bytes: 0x000000000000000000000000000000000000000000000000000000000000000a
Response from oracle in uint: 10

And in your server you will see:

Server is running on http://localhost:4000
Enering request from oracle
arg_1: 3
arg_2: 7

END!