Authorization: ********************{
"operations": [
{
"operation": "create",
"data": {}
}
]
}curl --location --request POST 'https://mock.apidog.com/m1/1052146-0-default/banks/batch' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"operations": [
{
"operation": "create",
"data": {}
}
]
}'{
"success": 0,
"failed": 0,
"results": [
{}
]
}