How to send customer ID from my custom app to controller file?

I am creating a custom app and with the help of script tag api I get current login customer ID but how I send I’d from Shopify store to my controller file

You can send by JavaScript Fetch call or you can use JavaScript XHR method.