Flow - custom functions - invokeurl - access denied

Flow - custom functions - invokeurl - access denied

Hi,

i'm new on zoho and i'm trying to poc it.

my call :

  1. bool create_subscription(int subscriptionId)
  2. {
  3. response = invokeurl
  4. [
  5.     url :"https://swapi.co/api/people/1/"
  6.     type :GET
  7. ];
  8. info response;
  9. }

I got the following error:
Execution exception : 'Time out : 'SocketTimeoutException'' au numéro de ligne 5. Résolvez les erreurs et réessayez de l’exécuter

Anyone could help me please?

Thanks, regards,