-
URL:
/user/:country -
Method:
GET -
URL Params:
country=[string](required)
-
Success Response:
-
Code: 200
-
Content:
{ "FirstName": "John", "LastName": "Doe", "Gender": "male", "Email": "john.doe@codershubinc.tech", "Phone": "123-456-7890", "Address": { "Street": "123 Main St", "City": "Anytown", "State": "Anystate", "Zip": "12345" } }
-
- URL:
/trade/:country - Method:
GET