To get suggestion data
GET/auth/suggestion/profile
To get all suggestion data based on the profile
Responses
- 200
- 401
Success.
- application/json
- Schema
- Example (from schema)
Schema
success string
message string
Example:
Success get all data suggestiondata string[]
{
"success": "string",
"message": "Success get all data suggestion",
"data": [
"string"
]
}
Unauthorized.
- application/json
- Schema
- Example (from schema)
Schema
success boolean
Example:
falsemessage string
Example:
Unauthorized.{
"success": false,
"message": "Unauthorized."
}