I have an Appwrite function that takes a custom bearer token as authentication. The function works fine locally when I test it with appwrite run functions, but when deployed on Appwrite cloud, the function rejects all requests even if I've triple-checked that the header is being set properly. Is the Authorization header being overwritten or blocked by Appwrite Cloud somehow?