curl -X POST 'https://api-staging.pixwel.com/api/session' \
-H 'Authorization: Basic <credentials>' \
-H 'Accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
"_id": "507f1f77bcf86cd799439011",
"emailNormal": "user@example.com",
"invite": "https://example.com/path/to/object",
"name": "string",
"password": "string",
"preferences": {
"blacklist": {
"projects": null
},
"mail": {
"enabled": true,
"projects": 0,
"assets": 0,
"files": 0,
"work_requests": 0,
"shares": 0,
"ingest": 0,
"offline_comments": 0,
"others": 0,
"work_request_comments": 0,
"workflow": 0,
"work_request_graphics_materials": 0,
"work_request_graphics_materials_comments": 0
},
"ingest": {
"skipScratchPreview": true,
"maxUploads": 0
},
"contactLists": null,
"reports": {
"workRequests": {
"presets": [
{
"name": "string",
"columns": [
null
],
"active": true
}
]
}
}
},
"queue": null,
"status": {
"approved": true,
"confirmed": true,
"invited": true,
"registered": true
},
"territory": {
"_id": "507f1f77bcf86cd799439011",
"name": "string",
"code": "string",
"standard": "string",
"countries": [
{
"name": "string",
"code": "string"
}
],
"languages": [
{
"name": "string",
"code": "string",
"dcpCode": "string"
}
],
"assignedLanguages": [
"507f1f77bcf86cd799439011"
]
},
"username": "user@example.com",
"orderQueue": null,
"shareQueue": [
"507f1f77bcf86cd799439011"
],
"id": "507f1f77bcf86cd799439011",
"flags": null,
"twofactorVerified": true,
"permissions": null,
"groups": [
{
"_id": "507f1f77bcf86cd799439011",
"addresses": [
{
"name": "string",
"address": "string",
"city": "string",
"state": "string",
"postalCode": "string",
"country": "string"
}
],
"name": "string",
"studios": null,
"type": "string",
"users": [
"507f1f77bcf86cd799439011"
]
}
],
"roles": [
"string"
],
"studios": null,
"$links": {
"self": "//example.com/path/to/object"
},
"hasEnforced2fa": true
}'