curl --request POST \
--url https://api.backside.app/api/v1/auth/magic-link/request \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"email": "<string>"
}
'{
"message": "<string>"
}curl --request POST \
--url https://api.backside.app/api/v1/auth/magic-link/request \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"email": "<string>"
}
'{
"message": "<string>"
}Was this page helpful?