curl --location --request GET 'https://topup.haibubble.com/api/nickname/mobile-legends?user_id=123456789&zone=1234' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'{
"status": 200,
"success": true,
"message": "Nickname retrieved successfully",
"data": {
"nickname": "Gula"
}
}