curl --request POST \
--url http://api.superwize.ai/api/releaseNotes/getCurrentRelease{
"currentVersion": "1.1.6",
"minVersion": "1.1.6",
"features": [
{
"id": "obj_01JHKZ0PV2WX123456789",
"title": {
"en": "Smarter Home Suggestions",
"ur": "بہتر ہوم تجاویز"
},
"description": {
"en": "Suggestions now better reflect current headlines and sports updates.",
"ur": "تجاویز اب تازہ خبروں اور کھیل کی اپ ڈیٹس کے مطابق بہتر ہیں۔"
},
"icon": "https://cdn.superwize.ai/assets/icons/release-notes.png"
}
]
}Returns current release notes payload consumed by in-app release/update modals.
curl --request POST \
--url http://api.superwize.ai/api/releaseNotes/getCurrentRelease{
"currentVersion": "1.1.6",
"minVersion": "1.1.6",
"features": [
{
"id": "obj_01JHKZ0PV2WX123456789",
"title": {
"en": "Smarter Home Suggestions",
"ur": "بہتر ہوم تجاویز"
},
"description": {
"en": "Suggestions now better reflect current headlines and sports updates.",
"ur": "تجاویز اب تازہ خبروں اور کھیل کی اپ ڈیٹس کے مطابق بہتر ہیں۔"
},
"icon": "https://cdn.superwize.ai/assets/icons/release-notes.png"
}
]
}