from: 'api')team parameter.curl --location --request POST 'https://api.gigstack.io/v2/users/login-link' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"user_id": "abc123xyz"
}'{
"data": {
"login_link": "https://app.gigstack.pro/auth/token-login?token=eyJhbGc...",
"valid_until": 1732657200000,
"method": "token"
},
"message": "Login link generated"
}