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