Hello,
i have delevoped a flask api that create dynamically a cloud run job.
The api works fine if i deploy as cloud run service and call it from Postman, but if i run the flask api with cloud run emulator and try to call api always using Postman, this open a page to google sign in.
How i can fix it and call my flask api with Postman on cloud run emulator like cloud run istance deployed?