POST
/data/scenes/{scene_id}/shots
curl \
--request POST 'http://api.example.com/data/scenes/a24a6ea4-ce75-4665-a070-57453082c25/shots' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json" \
--data '{"shot_id":"a24a6ea4-ce75-4665-a070-57453082c25"}'
Request examples
{
"shot_id": "a24a6ea4-ce75-4665-a070-57453082c25"
}