curl --location --request PUT '/settings' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"key": "landing_video_url",
"value": "https://example.com/video.mp4"
}'{
"isSuccess": true,
"statusCode": 200,
"data": {
"key": "landing_video_url",
"value": "https://example.com/video.mp4"
},
"errors": [
"Error messages..."
],
"timestamp": "2026-02-14T09:58:22.130Z"
}