I'm getting this error when running Espresso: `{"message":"Only Basic Authentication is supported."}`

I’m getting an error below when running Espresso:

{"message":"Only Basic Authentication is supported."}

Hello Richard,

In Postman > Authorization> Select “basic Authorization” and add your LambdaTest username and access key on the fields. Alternatively, you can add your LambdaTest credentials on the curl command while importing it in Postman.

curl --location --request POST

https://mobile-api.lambdatest.com/framework/v1/espresso/build

--header "Content-Type: application/json" --header "Authorization: Basic <Enter the Auth here>" --data-raw "{\"app\" : \"lt://APP_ID\",\"testSuite\": \"lt://APP_ID\",\"device\" : [\"Pixel 6-12\"],\"queueTimeout\": 360,\"IdleTimeout\": 150,\"deviceLog\": true,\"network\": false,\"build\" : \"Proverbial-Espresso\",\"geoLocation\" : \"FR\"}"

Reference: