Зарегистрируйтесь и начните использовать Yume бесплатно
curl --request POST \
--url https://api.example.com/v1/shared/events/{slug}/request/ \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"phone": "<string>",
"age": "<string>",
"experience": -1,
"profession": [
"<string>"
]
}
'{
"name": "<string>",
"phone": "<string>",
"age": "<string>",
"experience": -1,
"profession": [
"<string>"
]
}curl --request POST \
--url https://api.example.com/v1/shared/events/{slug}/request/ \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"phone": "<string>",
"age": "<string>",
"experience": -1,
"profession": [
"<string>"
]
}
'{
"name": "<string>",
"phone": "<string>",
"age": "<string>",
"experience": -1,
"profession": [
"<string>"
]
}Была ли эта страница полезной?