Зарегистрируйтесь и начните использовать Yume бесплатно
curl --request GET \
--url https://api.example.com/v1/shared/auth/profile/{
"id": 123,
"first_name": "<string>",
"last_name": "<string>",
"birth_date": "2023-12-25",
"phone": "<string>",
"bonus": "<string>",
"grant_sent": true,
"grant_accessible": true,
"loyalty_percent": 123,
"verified": true,
"delivery_limit": "<string>",
"orders_price": "<string>",
"next_loyalty": "<string>",
"username": "<string>",
"email": "jsmith@example.com",
"avatar": "<string>",
"extra": "<unknown>"
}curl --request GET \
--url https://api.example.com/v1/shared/auth/profile/{
"id": 123,
"first_name": "<string>",
"last_name": "<string>",
"birth_date": "2023-12-25",
"phone": "<string>",
"bonus": "<string>",
"grant_sent": true,
"grant_accessible": true,
"loyalty_percent": 123,
"verified": true,
"delivery_limit": "<string>",
"orders_price": "<string>",
"next_loyalty": "<string>",
"username": "<string>",
"email": "jsmith@example.com",
"avatar": "<string>",
"extra": "<unknown>"
}150150^-?\d{0,14}(?:\.\d{0,2})?$^-?\d{0,14}(?:\.\d{0,2})?$^-?\d{0,14}(?:\.\d{0,2})?$Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only.
150^[\w.@+-]+$254Была ли эта страница полезной?