Hi
I try to run a simple API request and get the next error
curl --request POST "https://openapi.tuyaeu.com/v1.0/iot-03/devices/<app_id>/commands" --header "sign_method: HMAC-SHA256" --header "client_id: uquq8hfvbf35n71pq39y" --header "t: 1647369301328" --header "mode: cors" --header "Content-Type: application/json" --header "sign: 68AACE080B5A2857203E0A60C307D5987C08089448EC7C9090CC8E5E723DC1A2" --header "access_token: <Access Secret/Client Secret:>"
{"code":1010,"msg":"token invalid","success":false,"t":1647373078538,"tid":"6b1638d1a49711ec9fec0a8a901d7d95"}
What am I doing wrong?