Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
{
"email": "yushine999@qq.com",
"password": "123456"
}
Request Code Samples
curl --location --request POST 'https://api.innoshop.net/api/login' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "yushine999@qq.com",
"password": "123456"
}'
Responses
application/json {
"success": true,
"message": "Saved successfully",
"data": {
"token": "48|tPNxr6oLKTlsFTw4oZmxwVFVrWbJcBr37Rkldauzff6f937e"
}
}
Modified at 2024-10-08 15:33:19