diff --git a/flight-service/index.md b/flight-service/index.md index bb025a6..799d7a8 100644 --- a/flight-service/index.md +++ b/flight-service/index.md @@ -14,26 +14,26 @@ Accept: application/json
Request Example - ```json title="Body" - { - "first_name": "Ivan", - "last_name": "Ivanov", - "age": 25 - } - ``` +```json title="Body" +{ + "first_name": "Ivan", + "last_name": "Ivanov", + "age": 25 +} +```
Response Example - ```json title="Body" - { - "id": 1, - "first_name": "Ivan", - "last_name": "Ivanov", - "age": 25 - } - ``` +```json title="Body" +{ + "id": 1, + "first_name": "Ivan", + "last_name": "Ivanov", + "age": 25 +} +```
### Получение пользователя