curl --location --request POST 'http://dev-cn.your-api-server.com/v2/assets' \ --header 'Authorization: $API_KEY' \ --header 'Content-Type: image/jpeg' \ --data-raw '@/path/to/file.jpg'
{ "id": "user.1234-..." }