API → UsersSubscribes a user to the newsletterhidden
hidden
put
/website/subscribe$ curl -X PUT "https://api.zoo.dev/website/subscribe" \
--header "Authorization: Bearer $TOKEN" \
--header "Content-Type: application/json" \
--data '{
"email": "Fn3SUUxHO@7zfX.com"
}'