Integrating Kiosker with Home Assistant for Dashboard Automation

Hey everyone! I’m trying to integrate my Kiosker iOS app with Home Assistant to automate some dashboard controls. I’ve successfully tested sending a cURL command from another iPad using an API testing app, which works perfectly. The command I’m using is:

bash
curl -X POST ‘http://111.222.33.444:8081/api/v1/screensaver/state
-H ‘accept:application/json’
-H ‘Content-Type:application/json’
-H ‘Authorization:Bearer token’
-d ‘{ “disabled”: false }’

However, I’m struggling to replicate this within Home Assistant’s automation setup. I believe it needs to be configured in the configuration.yaml file, but I’m not entirely sure how to structure it, especially ensuring the Bearer token is correctly included. Has anyone successfully integrated Kiosker with Home Assistant before? Any guidance or examples would be incredibly helpful! I’m really looking forward to getting this automation working smoothly. Thanks in advance for your insights and support! :raised_hands: