Test endpoints
GET Method
Request
ENDPOINT
/authentication_testMETHOD
GETResponse
STATUS
200Response Body
{
"success": "Congrats!"
}
POST Method
Request
ENDPOINT
/authentication_testMETHOD
POSTRequest Body
{
"name": "QI Tech"
}
Response
STATUS
200Response Body
{
"name": "QI Tech",
"success": "Congrats!"
}