I need to use CURL with Zennoposter but i have no idea how to use it.
This is what i need to do :
So I guess i need to create a POST block with URL : https://faucet.devnet.sui.io/gas
Then what i need to put in the header field and in data field?
If someone can help me i will be very happy
This is what i need to do :
Curl:
curl --location --request POST 'https://faucet.devnet.sui.io/gas' \
--header 'Content-Type: application/json' \
--data-raw '{
"FixedAmountRequest": {
"recipient": "<YOUR SUI ADDRESS>"
}
}'
Then what i need to put in the header field and in data field?
If someone can help me i will be very happy