diff --git a/docs/index.html b/docs/index.html index f3bee15c..deea31f3 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1301,7 +1301,7 @@ " class="sc-eeDSqt sc-eBMFzZ bSgSrX cWARBq sc-dCFGXG gKOXES">

Forbidden

Request samples

Content type
application/json
{
  • "title": "string",
  • "description": "string"
}

Response samples

Content type
application/json
{
  • "success": true,
  • "payload": {
    }
}

POST autofill profile forms

This endpoint autofill profile forms

-
Request Body schema: application/json
required
professions
required
Array of strings
skills
required
Array of strings
userDetails
required
object

Responses

Request samples

Content type
application/json
{
  • "professions": [
    ],
  • "skills": [
    ],
  • "userDetails": { }
}

Response samples

Content type
application/json
{
  • "success": true,
  • "payload": {
    }
}
+

Request samples

Content type
application/json
{
  • "professions": [
    ],
  • "skills": [
    ],
  • "user": { },
  • "products": [
    ]
}

Response samples

Content type
application/json
{
  • "success": true,
  • "payload": {
    }
}