Add Managers (bulk) to Order
[
{
"email": "[email protected]",
"password": "test1234!",
"first_name": "First 1",
"last_name": "Last 1",
"metadata": {
"this": "that"
}
},
{
"email": "[email protected]",
"password": "test1234!",
"first_name": "First 1",
"last_name": "Last 1"
}
]Was this helpful?