POST
/api/user-assets
curl \
--request POST https://[tenant_id].logto.app/api/user-assets \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: multipart/form-data"
Response examples (200)
{
"url": "string"
}