fix payload

This commit is contained in:
Daniel González Reina
2025-12-09 20:53:45 +00:00
committed by GitHub
parent e1af3a8759
commit 59a583fd06

View File

@@ -158,9 +158,7 @@ jobs:
-H 'x-api-key: YOUR-GENERATED-API-KEY' \
-H 'Content-Type: application/json' \
-d '{
"json":{
"applicationId": "YOUR-APPLICATION-ID"
}
"applicationId": "YOUR-APPLICATION-ID"
}'
```