Зарегистрируйтесь и начните использовать Yume бесплатно
curl --request POST \
--url https://api.example.com/v1/finances/exchanges/ \
--header 'Content-Type: application/json' \
--data '
{
"account_from": 123,
"account_to": 123,
"amount": "<string>",
"datetime": "2023-11-07T05:31:56Z",
"tags": [
123
]
}
'{}curl --request POST \
--url https://api.example.com/v1/finances/exchanges/ \
--header 'Content-Type: application/json' \
--data '
{
"account_from": 123,
"account_to": 123,
"amount": "<string>",
"datetime": "2023-11-07T05:31:56Z",
"tags": [
123
]
}
'{}The response is of type object.
Была ли эта страница полезной?