Body
-
Minimum length is
1
, maximum length is255
. -
Minimum length is
1
, maximum length is65535
.
Requires verified email; Requires one of the following permissions: Shop.CreateLoloRequest; Requires the following features to be enabled: Shop
curl \
-X POST https://app.lovassy.hu/Api/LoloRequests \
-H "Authorization: Bearer $ACCESS_TOKEN" \
-H "Content-Type: application/json" \
-d '{"title":"string","body":"string"}'
curl \
-X POST https://app.lovassy.hu/Api/LoloRequests \
-H "Authorization: Bearer $ACCESS_TOKEN" \
-H "Content-Type: text/json"
curl \
-X POST https://app.lovassy.hu/Api/LoloRequests \
-H "Authorization: Bearer $ACCESS_TOKEN" \
-H "Content-Type: application/*+json"
{
"title": "string",
"body": "string"
}
{
"title": "string",
"body": "string"
}
{
"title": "string",
"body": "string"
}
{
"id": 42,
"title": "string",
"body": "string",
"userId": "string",
"acceptedAt": "2024-05-04T09:42:00+00:00",
"deniedAt": "2024-05-04T09:42:00+00:00"
}