curl --request POST \
--url https://api.example.com/admin/ai/platforms/save \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"aiPlatformID": 123,
"title": null
}
'{
"success": true,
"data": "<unknown>"
}Saves or updates the AIPlatform and its value
curl --request POST \
--url https://api.example.com/admin/ai/platforms/save \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"aiPlatformID": 123,
"title": null
}
'{
"success": true,
"data": "<unknown>"
}