Зарегистрируйтесь и начните использовать Yume бесплатно
curl --request POST \
--url https://api.example.com/v1/finances/schedules/ \
--header 'Content-Type: application/json' \
--data '
{
"weekend": true,
"custom": true
}
'{
"id": 123,
"request": 123,
"amount": "<string>",
"amount_paid": "<string>",
"date": "2023-11-07T05:31:56Z",
"weekend": true,
"custom": true
}curl --request POST \
--url https://api.example.com/v1/finances/schedules/ \
--header 'Content-Type: application/json' \
--data '
{
"weekend": true,
"custom": true
}
'{
"id": 123,
"request": 123,
"amount": "<string>",
"amount_paid": "<string>",
"date": "2023-11-07T05:31:56Z",
"weekend": true,
"custom": true
}Была ли эта страница полезной?