Import shotgun resource.
POST /import/shotgun/persons
curl \
-X POST http://localhost:8080/api/import/shotgun/persons \
-d '[{"id":"string"}]'
Request examples
[
{
"id": "string"
}
]
curl \
-X POST http://localhost:8080/api/import/shotgun/persons \
-d '[{"id":"string"}]'
[
{
"id": "string"
}
]