curl --request POST \
--url https://{tenant}.stamp.eu/rest/register/resend \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"email": "jsmith@example.com"
}
'{
"message": "<string>"
}curl --request POST \
--url https://{tenant}.stamp.eu/rest/register/resend \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"email": "jsmith@example.com"
}
'{
"message": "<string>"
}