Authorization: Bearer ********************
{
"number": "string",
"bank": "/factory-banks/1",
"recipient": "/factories/1",
"isDefault": false
}
curl --location --request POST 'https://mock.apidog.com/m1/463678-0-default/factory-accounts' \
--header 'Content-Type: application/json' \
--data-raw '{
"number": "string",
"bank": "/factory-banks/1",
"recipient": "/factories/1",
"isDefault": false
}'
{
"deletedAt": "2019-08-24T14:15:22Z",
"id": 1,
"number": "string",
"bank": {
"title": "string",
"address": "string",
"swift": "string",
"phone": "string"
},
"recipient": {
"title": "string",
"address": "string",
"titleCn": "string",
"addressCn": "string"
},
"isDefault": "false"
}