curl --request POST \
--url https://api.sprucecollective.co.uk/auth/email-verification \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"email": "<string>",
"site_id": "<string>"
}
'{
"message": "<string>"
}Send an email verification to an existing user (admin only)
curl --request POST \
--url https://api.sprucecollective.co.uk/auth/email-verification \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"email": "<string>",
"site_id": "<string>"
}
'{
"message": "<string>"
}