curl --location --request GET 'https://api.tryboxy.com/api/v1/user' \
--header 'api-key;' \
--header 'api-secret;'{
"status": "success",
"code": 200,
"message": "Successfully done.",
"object": {
"uid": "01JAYPSM8TJ3TF89XNC9G05EEF",
"first_name": "John",
"last_name": "Doe",
"phone": "9641111111111",
"email": "john.doe@mail.com",
"type": "MERCHANT",
"hash": null,
"avatar": null,
"verified_at": "2024-10-24 07:27:58"
}
}