curl --location --request POST '/api/v1/newsletter' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "abdullahyahaya46@gmail.com"
}'{
"data": {
"message": "Success! You've been added to our newsletter successfully.",
"status": true,
"user": {
"id": "675ac8c2bbcde006790ff956",
"email": "abdullahyahaya46@gmail.com"
}
}
}