curl --request GET \
--url https://api.example.com/v1/ip/binary \
--header 'X-API-Key: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Convert IP address to binary representation.
curl --request GET \
--url https://api.example.com/v1/ip/binary \
--header 'X-API-Key: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}