If you're coming from Windows 10/11, you may be used to being able to hit 🪟 + . on your keyboard like:
You can then search for an emoji using the emoji picker that pops up:
| curl 'https://api-citizens-prod-imei.gs-ef.com/ceirimeicheck/api/v1/imei/check' | |
| -H 'Host: api-citizens-prod-imei.gs-ef.com' | |
| -H 'Content-Type: application/json' | |
| -H 'Accept: */*' | |
| -H 'Connection: keep-alive' | |
| -H 'Accept-Language: en' | |
| -H 'Content-Length: 34' | |
| -H 'Accept-Encoding: gzip, deflate, br' | |
| -H 'User-Agent: CitizenApp_Ntra/1.0.0 CFNetwork/1568.300.101 Darwin/24.2.0' | |
| --data '{"imeiNumber":["351941237314725"]}' |
Let suppose I have two github accounts, https://github.com/rahul-office and https://github.com/rahul-personal. Now i want to setup my mac to easily talk to both the github accounts.
NOTE: This logic can be extended to more than two accounts also. :)
The setup can be done in 5 easy steps: