xavier-GitHub76 commented on issue #25876:
URL: https://github.com/apache/superset/issues/25876#issuecomment-3078666648

   I used Postman.
   I created "Environnement" to set variables (like "url").
   I created requests using these variables.
   
   I do that because I have severals Superset
   I want to use a request with each environnement just selecting it
   
   If you have just one Superset, you can use Postman without variables.
   
   Another way to do :
   Postman is not mandatory, you can use a simple 'curl' :
   
   curl --location 'https://your_superset.com/api/v1/security/login' \
   --header 'Content-Type: application/json' \
   --data '{
   "username": "your_account",
   "password": "your_password",
   "provider": "db",
   "refresh": true
   }'


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org
For additional commands, e-mail: notifications-h...@superset.apache.org

Reply via email to