curl --request PUT \
--url https://api.veryfront.com/projects/{project_reference}/style-artifacts/current \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"style_profile_hash": "<string>",
"branch": "<string>",
"environment_name": "<string>",
"release_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"status": "ready",
"artifact_hash": "<string>",
"asset_path": "<string>",
"content_type": "<string>",
"etag": "<string>",
"build_job_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"failure_reason": "<string>"
}
'