I want to make a request and the header is :
header= {
"Content-Type": "application/json",
"developer-token": DEVELOPER_TOKEN,
"login-customer-id": MANAGER_CUSTOMER_ID,
"Authorization": f"Bearer {OAUTH2_ACCESS_TOKEN}",
}
The client sends me an access token .. He doesn't send me the Developer token .. Is there any way to call the rest api without developer token or i use my developer token to access to there account.