Authorization: Bearer ********************
{ "teamCode": "AOA_DEV" }
curl --location --request POST '/api/lowcode/normal/dify/app/remoteSync/customName' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "teamCode": "AOA_DEV" }'
{}