post https://{api-base-url}/v1/adp/apps/draft//version/
The app icon and lua script values should be in Base64 Format.
Use any online tools to convert app icon and lua script to Base64
For example:
"icon": {
"data": "iVBORw0KGgoAAAA...dCLHxvZy1MO",
"name": "icon_name.jpg",
"url": ""
}
"lua_script": {
"data": "ZnVuY3Rpb24gZGVjb2RlKGFk...ICBlbmQKZW5k",
"name": "",
"file_id": ""
}