mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/unity.git
synced 2026-08-19 12:24:01 +00:00
contract template endpoint
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
https://unity.test/
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
GET
|
||||
user-backsys/api/contract-template/list
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
GET
|
||||
user-backsys/api/contract-template/show/hash_id
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////////////////////
|
||||
@@ -0,0 +1,15 @@
|
||||
https://unity.test/
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
POST
|
||||
user-backsys/api/login
|
||||
{
|
||||
"App-Key": "base64:l/rL1EymG3bAXHY6g+ZuPTyJgDm0myx/tBELy9CHcgg="
|
||||
}
|
||||
{
|
||||
"email": "one@izyim.com",
|
||||
"password": "pass123"
|
||||
}
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////////////////////
|
||||
Reference in New Issue
Block a user