{ "username": "string", "password": "string" }
curl --location --request PUT 'https://giftcard.myposerver.com/Auth/verify' \ --header 'Content-Type: application/json' \ --data-raw '{ "username": "string", "password": "string" }'
{ "userId": "cc64118e-860d-4e8a-9586-7e1f2bc7bc17", "firstName": "Test", "lastName": "User", "businessName": "TEST", "phoneNo": "string", "email": "string", "username": "admin", "password": "$2a$11$f0jsnz6gEBHH9Fy/AUw15eZ89eiXmKGXuFw6ickT93cn1zkO5kqOq", "address1": "string", "address2": "string", "city": "string", "zipCode": "string", "isActive": true, "createdDate": "2024-08-12T22:14:57.023", "approvedGroupId": "d87c837f-350a-4c55-91b5-6244e618e059", "insider": null }