I'm trying to generate a JWT Token to use the App Store Connect API
But I don't know how to specify the path variable in the scope that I want to allow.
https://developer.apple.com/documentation/appstoreconnectapi/generating_tokens_for_api_requests
For example, I want to allow a scope like this
{
…,
“scope”: [
“GET /v1/builds/{id}/app”
]
}
Do you have any suggestions?