Account
All actions for the "/account" endpoint.
Create an account
Request Body
Name
Type
Description
{
"status": "success",
"data": null
}{
"status": "fail",
"data": {
"displayName": [
"This value should not be blank."
],
"email": [
"This value should not be blank."
],
"password": [
"This value should not be blank."
]
}
}Get the account information
Edit the account
Request Body
Name
Type
Description
Get a list of wallpapers
Query Parameters
Name
Type
Description
Last updated