curl --request POST \
--url https://api.icepanel.io/v1/news/subscribe \
--header 'Content-Type: application/json' \
--data '{
"email": "jsmith@example.com",
"name": "<string>"
}'
{}
curl --request POST \
--url https://api.icepanel.io/v1/news/subscribe \
--header 'Content-Type: application/json' \
--data '{
"email": "jsmith@example.com",
"name": "<string>"
}'
{}
OK
The response is of type object
.