curl --request POST \
--url https://api.icepanel.io/v1/news/subscribe \
--header 'Content-Type: application/json' \
--data '
{
"email": "[email protected]",
"name": "<string>"
}
'{}curl --request POST \
--url https://api.icepanel.io/v1/news/subscribe \
--header 'Content-Type: application/json' \
--data '
{
"email": "[email protected]",
"name": "<string>"
}
'{}